aff161c8cb
- use SUBST_CMD - simplify comment about certificate in README.OpenBSD (suggested by Sam Smith)
24 lines
1.2 KiB
Plaintext
24 lines
1.2 KiB
Plaintext
$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
|
|
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...
|
|
|
|
@@ -578,8 +578,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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|