pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl openssl: Stop passing CFLAGS/LDFLAGS ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3577873a7c6
branches: trunk
changeset: 455755:f3577873a7c6
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Jul 10 15:40:52 2021 +0000
description:
openssl: Stop passing CFLAGS/LDFLAGS to configure.
If this ever worked it only did by accident. Specifying, for example,
"-arch arm64" as used on macOS is enough to break its custom configure
script that assumes all arguments start with "-".
The flags seem to propogate through the environment normally.
diffstat:
security/openssl/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 89fba9dbe7da -r f3577873a7c6 security/openssl/Makefile
--- a/security/openssl/Makefile Sat Jul 10 10:27:42 2021 +0000
+++ b/security/openssl/Makefile Sat Jul 10 15:40:52 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.272 2021/07/09 18:22:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.273 2021/07/10 15:40:52 jperkin Exp $
# Remember to upload-distfiles when updating OpenSSL -- otherwise it
# is not possible for users who have bootstrapped without OpenSSL
@@ -40,7 +40,6 @@
.include "options.mk"
-CONFIGURE_ARGS+= ${CFLAGS} ${LDFLAGS}
CONFIGURE_ENV+= PERL=${PERL5:Q}
# If the config script cannot guess the host system correctly then we need to
Home |
Main Index |
Thread Index |
Old Index