pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl PR 55733 Joern Clausen: use GNU m4 wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b039c407da9e
branches:  trunk
changeset: 456075:b039c407da9e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 18 23:11:08 2021 +0000

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

Seems that Solaris's m4 overflows internal limits.

diffstat:

 security/openssl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d5bd3aa38fd5 -r b039c407da9e security/openssl/Makefile
--- a/security/openssl/Makefile Sun Jul 18 22:02:34 2021 +0000
+++ b/security/openssl/Makefile Sun Jul 18 23:11:08 2021 +0000
@@ -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 @@
 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