pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl security/openssl: fix the recent fix ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/291628bae517
branches: trunk
changeset: 411426:291628bae517
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Feb 12 15:14:57 2020 +0000
description:
security/openssl: fix the recent fix for building on Solaris and HP-UX
diffstat:
security/openssl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b8a95249aeba -r 291628bae517 security/openssl/Makefile
--- a/security/openssl/Makefile Wed Feb 12 15:04:51 2020 +0000
+++ b/security/openssl/Makefile Wed Feb 12 15:14:57 2020 +0000
@@ -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 @@
#
# 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