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:   dholland
Date:           Sun Jul 18 23:11:08 UTC 2021

Modified Files:
        pkgsrc/security/openssl: Makefile

Log Message:
PR 55733 Joern Clausen: use GNU m4 with security/openssl on Solaris.

Seems that Solaris's m4 overflows internal limits.


To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 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.273 pkgsrc/security/openssl/Makefile:1.274
--- pkgsrc/security/openssl/Makefile:1.273      Sat Jul 10 15:40:52 2021
+++ pkgsrc/security/openssl/Makefile    Sun Jul 18 23:11:08 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.273 2021/07/10 15:40:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.274 2021/07/18 23:11:08 dholland Exp $
 
 # Remember to upload-distfiles when updating OpenSSL -- otherwise it 
 # is not possible for users who have bootstrapped without OpenSSL
@@ -16,6 +16,7 @@ LICENSE=      openssl
 USE_GCC_RUNTIME=       yes
 
 USE_TOOLS+=            fgrep gmake makedepend perl
+USE_TOOLS.SunOS+=      gm4
 BUILD_TARGET=          depend all
 TEST_TARGET=           tests
 



Home | Main Index | Thread Index | Old Index