2008-01-03 05:52:25 -05:00
|
|
|
$OpenBSD: patch-Makefile,v 1.12 2008/01/03 10:52:25 ajacoutot Exp $
|
|
|
|
--- Makefile.orig Thu Dec 20 23:11:10 2007
|
|
|
|
+++ Makefile Thu Jan 3 10:59:40 2008
|
2007-11-13 09:11:17 -05:00
|
|
|
@@ -334,7 +334,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-01-03 05:52:25 -05:00
|
|
|
@@ -571,8 +571,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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|