2008-10-15 10:29:04 -04:00
|
|
|
$OpenBSD: patch-Makefile,v 1.13 2008/10/15 14:29:04 ajacoutot Exp $
|
|
|
|
--- Makefile.orig Mon May 12 21:43:44 2008
|
|
|
|
+++ Makefile Sat Oct 11 18:33:06 2008
|
|
|
|
@@ -332,7 +332,7 @@ bsf: an
|
2007-10-30 06:12:41 -04:00
|
|
|
bso: an
|
|
|
|
$(TOUCH) ip6
|
|
|
|
$(BUILD) BUILDTYPE=$@ IP=$(IP6) \
|
2008-01-03 05:52:25 -05:00
|
|
|
- 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"
|
2005-07-29 13:30:10 -04:00
|
|
|
|
2007-11-13 09:11:17 -05:00
|
|
|
# Info from Joel Reicher about NetBSD SSL paths. I assume it has PAM because pam is in NetBSD sources...
|
|
|
|
|
2008-10-15 10:29:04 -04:00
|
|
|
@@ -578,8 +578,8 @@ sslunix sslsco:
|
2007-01-10 04:27:34 -05:00
|
|
|
@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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|