= We need -lcrypt' and -lcom_err' to when building Kerberos

applications.
= The Heimdal version number is hiding here also.  Correct it.
This commit is contained in:
Jacques Vidrine 2002-05-09 00:50:49 +00:00
parent 8500d819cc
commit b97d597ffc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96238

View File

@ -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}