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/412b235b0323
branches:  trunk
changeset: 423188:412b235b0323
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 2343da2f0a70 -r 412b235b0323 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