add depency on LIB_dlopen and LIB_door_create
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -21,6 +21,8 @@ krb5-config: krb5-config.in
|
||||
-e "s!@LIB_dbopen\@!$(LIB_dbopen)!g" \
|
||||
-e "s!@INCLUDE_des\@!$(INCLUDE_des)!g" \
|
||||
-e "s!@LIB_des_appl\@!$(LIB_des_appl)!g" \
|
||||
-e "s!@LIB_dlopen\@!$(LIB_dlopen)!g" \
|
||||
-e "s!@LIB_door_create\@!$(LIB_door_create)!g" \
|
||||
-e "s!@LIBS\@!$(LIBS)!g" \
|
||||
$(srcdir)/krb5-config.in > $@.new
|
||||
mv $@.new $@
|
||||
|
@@ -100,7 +100,8 @@ if test "$do_libs" = "yes"; then
|
||||
;;
|
||||
esac
|
||||
lib_flags="$lib_flags -lkrb5 -lasn1 -lcom_err @LIB_des_appl@ -lroken"
|
||||
lib_flags="$lib_flags @LIB_crypt@ @LIB_dbopen@ @LIBS@"
|
||||
lib_flags="$lib_flags @LIB_crypt@ @LIB_dbopen@ @LIB_dlopen@"
|
||||
lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
|
||||
echo $lib_flags
|
||||
fi
|
||||
if test "$do_cflags" = "yes"; then
|
||||
|
Reference in New Issue
Block a user