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:
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user