mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix on HEAD.
Approved by: adrian (maintainer)
This commit is contained in:
parent
3844010357
commit
28b56cffec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242809
@ -180,7 +180,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800037
|
||||
BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT
|
||||
MAKE_ENV+= KRB5_LDADD=-lhx509
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
|
@ -1,13 +1,13 @@
|
||||
--- helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig Mon Jul 16 20:40:58 2007
|
||||
+++ helpers/negotiate_auth/squid_kerb_auth/Makefile.in Mon Jul 16 20:44:52 2007
|
||||
@@ -264,12 +264,12 @@
|
||||
--- helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig 2009-01-15 19:29:03.000000000 +0300
|
||||
+++ helpers/negotiate_auth/squid_kerb_auth/Makefile.in 2009-10-14 11:59:10.000000000 +0400
|
||||
@@ -226,12 +226,12 @@
|
||||
#-L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS)
|
||||
|
||||
# HEIMDAL
|
||||
-#KERBINC = -DHEIMDAL -I/usr/include/heimdal
|
||||
-#KERBLIBS = -lgssapi -lkrb5 -lcom_err -lasn1 -lroken
|
||||
+KERBINC = -DHEIMDAL -I/usr/include
|
||||
+KERBLIBS = -lgssapi -lkrb5 -lcom_err -lasn1 -lroken -lcrypt -lcrypto
|
||||
+KERBLIBS = -lgssapi -lkrb5 ${KRB5_LDADD} -lcom_err -lasn1 -lroken -lcrypt -lcrypto
|
||||
|
||||
# MIT
|
||||
-KERBINC =
|
||||
|
Loading…
Reference in New Issue
Block a user