summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-05-09 00:50:49 +0000
committernectar <nectar@FreeBSD.org>2002-05-09 00:50:49 +0000
commita4e647e53d4526759a0c4edcfa67bab82a346aa6 (patch)
tree2960eae864c3026d812aae395279960f00d5ce31 /kerberos5
parentcc06ac9240a7833004d4bd60c2168ebb004090aa (diff)
downloadFreeBSD-src-a4e647e53d4526759a0c4edcfa67bab82a346aa6.zip
FreeBSD-src-a4e647e53d4526759a0c4edcfa67bab82a346aa6.tar.gz
= We need `-lcrypt' and `-lcom_err' to when building Kerberos
applications. = The Heimdal version number is hiding here also. Correct it.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/usr.bin/krb5-config/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberos5/usr.bin/krb5-config/Makefile b/kerberos5/usr.bin/krb5-config/Makefile
index f0113d2..aea7e69 100644
--- a/kerberos5/usr.bin/krb5-config/Makefile
+++ b/kerberos5/usr.bin/krb5-config/Makefile
@@ -6,15 +6,15 @@ CLEANFILES= krb5-config
krb5-config: krb5-config.in
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
- -e "s,@VERSION\@,0.3f,g" \
+ -e "s,@VERSION\@,0.4e,g" \
-e "s,@prefix\@,/,g" \
-e "s,@exec_prefix\@,/,g" \
-e "s,@libdir\@,${LIBDIR},g" \
-e "s,@includedir\@,${INCDIR},g" \
- -e "s,@LIB_crypt\@,,g" \
+ -e "s,@LIB_crypt\@,-lcrypt,g" \
-e "s,@LIB_dbopen\@,,g" \
-e "s,@LIB_des_appl\@,-lcrypto,g" \
- -e "s,@LIBS\@,,g" \
+ -e "s,@LIBS\@,-lcom_err,g" \
${.ALLSRC} > ${.TARGET}
chmod +x ${.TARGET}
OpenPOWER on IntegriCloud