Repair buglet introduced with the last import of Heimdal:

`krb5-config --cflags' spewed an erroneous argument.

Reported by:	Gabor@Zahemszky.HU
Approved by:	re (jhb)
This commit is contained in:
Jacques Vidrine 2002-11-16 02:23:17 +00:00
parent fef38f259f
commit ed913cabfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106974

View File

@ -15,6 +15,7 @@ krb5-config: krb5-config.in
-e "s,@LIB_dbopen\@,,g" \
-e "s,@LIB_des_appl\@,-lcrypto,g" \
-e "s,@LIBS\@,-lcom_err,g" \
-e "s,@INCLUDE_des@,,g" \
${.ALLSRC} > ${.TARGET}
chmod +x ${.TARGET}