link print_version with -ldes to avoid unresolved references if -lkrb
is shared git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5767 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,7 +10,9 @@ libroken_la_LDFLAGS = -version-info 0:0:0
|
||||
noinst_PROGRAMS = make-roken make-print-version
|
||||
|
||||
if KRB5
|
||||
make_print_version_LDADD += $(LIB_krb4)
|
||||
## need to link with des here; otherwise, if krb4 is shared the link
|
||||
## will fail with unresolved references
|
||||
make_print_version_LDADD += $(LIB_krb4) -ldes
|
||||
endif
|
||||
|
||||
libroken_la_SOURCES = \
|
||||
|
Reference in New Issue
Block a user