pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openssl
Module Name: pkgsrc
Committed By: rillig
Date: Wed Feb 12 15:14:57 UTC 2020
Modified Files:
pkgsrc/security/openssl: Makefile
Log Message:
security/openssl: fix the recent fix for building on Solaris and HP-UX
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pkgsrc/security/openssl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/openssl/Makefile
diff -u pkgsrc/security/openssl/Makefile:1.252 pkgsrc/security/openssl/Makefile:1.253
--- pkgsrc/security/openssl/Makefile:1.252 Tue Feb 11 17:23:11 2020
+++ pkgsrc/security/openssl/Makefile Wed Feb 12 15:14:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.252 2020/02/11 17:23:11 rillig Exp $
+# $NetBSD: Makefile,v 1.253 2020/02/12 15:14:57 rillig Exp $
DISTNAME= openssl-1.1.1d
PKGREVISION= 2
@@ -66,7 +66,7 @@ PRINT_PLIST_AWK+= /^lib\/engines/ { gsub
#
# See https://github.com/openssl/openssl/issues/11060.
do-configure:
- ${RUN} cd ${WRKSRC} && ${SETENV} ${_CONFIGURE_SCRIPT_ENV:NCC=} \
+ ${RUN} cd ${WRKSRC} && ${SETENV} ${_CONFIGURE_SCRIPT_ENV:NCC=*} \
${CONFIG_SHELL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
#
Home |
Main Index |
Thread Index |
Old Index