diff options
Diffstat (limited to 'www/lusca-head/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in')
-rw-r--r-- | www/lusca-head/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/lusca-head/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in b/www/lusca-head/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in new file mode 100644 index 000000000000..ca72c3f2fdd0 --- /dev/null +++ b/www/lusca-head/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in @@ -0,0 +1,19 @@ +--- 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 @@ + #-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 + + # MIT +-KERBINC = +-KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err ++#KERBINC = ++#KERBLIBS = -lgssapi_krb5 -lkrb5 -lcom_err + all: all-am + + .SUFFIXES: |