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:   jperkin
Date:           Sat Jul 10 15:40:52 UTC 2021

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 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.272 pkgsrc/security/openssl/Makefile:1.273
--- pkgsrc/security/openssl/Makefile:1.272      Fri Jul  9 18:22:56 2021
+++ pkgsrc/security/openssl/Makefile    Sat Jul 10 15:40:52 2021
@@ -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 @@ CONFIGURE_ENV+=               KERNEL_BITS=${ABI}
 
 .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