Explicitly link against required libraries.
This breaks on some newer systems which enable --as-needed by default. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
0c7e233195
commit
1bc55fab42
@@ -8,5 +8,4 @@ gssmask_SOURCES = gssmask.c common.c common.h protocol.h
|
||||
|
||||
gssmaestro_SOURCES = gssmaestro.c common.c common.h protocol.h
|
||||
|
||||
LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LIB_roken)
|
||||
|
||||
LDADD = $(top_builddir)/lib/gssapi/libgssapi.la $(LIB_roken) $(top_builddir)/lib/krb5/libkrb5.la
|
||||
|
Reference in New Issue
Block a user