Move external libdeps after our own

If some external library lives in a directory in which Heimdal is
already installed, we may pick up LD_LIBRARY_PATH Heimdal objects
from a different release.  Move the external deps to the end, to
ensure a more appropriate LD_LIBRARY_PATH.
This commit is contained in:
Viktor Dukhovni
2016-12-19 19:37:22 -05:00
parent 7dc4481ed2
commit 24206682d7

View File

@@ -41,12 +41,12 @@ CLEANFILES = $(BUILT_SOURCES) $(gen_files_hdb) \
hdb_asn1{,-priv}.h* hdb_asn1_files hdb_asn1-template.[cx]
LDADD = libhdb.la \
$(LIB_openldap) \
$(LIB_libintl) \
../krb5/libkrb5.la \
../asn1/libasn1.la \
$(LIB_hcrypto) \
$(LIB_roken) \
$(LIB_openldap) \
$(LIB_libintl) \
$(LIB_ldopen)