Add hx509 when using PK-INIT.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16830 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -10,6 +10,11 @@ bin_SCRIPTS = krb5-config
|
||||
|
||||
man_MANS = krb5-config.1
|
||||
|
||||
ifdef PKINT
|
||||
LIB_pkinit = -lhx509
|
||||
endif
|
||||
|
||||
|
||||
krb5-config: krb5-config.in
|
||||
sed -e "s!@PACKAGE\@!$(PACKAGE)!g" \
|
||||
-e "s!@VERSION\@!$(VERSION)!g" \
|
||||
@@ -23,6 +28,7 @@ krb5-config: krb5-config.in
|
||||
-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!@LIB_pkinit\@!$(LIB_pkinit)!g" \
|
||||
-e "s!@LIBS\@!$(LIBS)!g" \
|
||||
$(srcdir)/krb5-config.in > $@.new
|
||||
mv $@.new $@
|
||||
|
@@ -99,7 +99,8 @@ if test "$do_libs" = "yes"; then
|
||||
lib_flags="$lib_flags -lkadm5srv @LIB_dbopen@"
|
||||
;;
|
||||
esac
|
||||
lib_flags="$lib_flags -lkrb5 -lasn1 -lcom_err @LIB_des_appl@ -lroken"
|
||||
lib_flags="$lib_flags -lkrb5 @LIB_pkinit@ -lasn1 -lcom_err"
|
||||
lib_flags="@LIB_des_appl@ -lroken"
|
||||
lib_flags="$lib_flags @LIB_crypt@ @LIB_dlopen@"
|
||||
lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
|
||||
echo $lib_flags
|
||||
|
Reference in New Issue
Block a user