24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
$OpenBSD: patch-Makefile,v 1.14 2011/11/06 09:03:28 ajacoutot Exp $
|
|
--- Makefile.orig Sat Jul 23 02:20:21 2011
|
|
+++ Makefile Sun Nov 6 09:59:50 2011
|
|
@@ -333,7 +333,7 @@ bsf: an
|
|
bso: an
|
|
$(TOUCH) ip6
|
|
$(BUILD) BUILDTYPE=$@ IP=$(IP6) \
|
|
- SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/etc/ssl SSLKEYS=/etc/ssl/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib"
|
|
+ SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/etc/ssl SSLKEYS=/etc/ssl/private GSSINCLUDE=/usr/include/kerberosV GSSLIB=/usr/lib"
|
|
|
|
# Info from Joel Reicher about NetBSD SSL paths. I assume it has PAM because pam is in NetBSD sources...
|
|
|
|
@@ -579,8 +579,8 @@ sslunix sslsco:
|
|
@echo ++ SSLTYPE=$(SSLTYPE).nopwd
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
@echo
|
|
- @echo Do you want to continue this build anyway? Type y or n please:
|
|
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
|
|
+ #@echo Do you want to continue this build anyway? Type y or n please:
|
|
+ #@$(SH) -c 'read x; case "$$x" in y) exit 0;; *) (make nounenc;exit 1);; esac'
|
|
|
|
nounenc:
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|