pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/bearssl



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat May 31 02:20:32 UTC 2025

Modified Files:
        pkgsrc/security/bearssl: Makefile

Log Message:
bearssl: USE_TOOLS+=gmake to fix Tiger and Snow Leopard builds.

Apple gcc 4.2.1's linker can't handle e.g. "-obuild/libbearssl.dylib",
but the build wasn't trying to do that. The intentional trailing
whitespace in LDOUT and LDDLLOUT was getting lost. gmake avoids this.

NFCI on other platforms. Build-tested on Sequoia and NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/bearssl/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/bearssl/Makefile
diff -u pkgsrc/security/bearssl/Makefile:1.10 pkgsrc/security/bearssl/Makefile:1.11
--- pkgsrc/security/bearssl/Makefile:1.10       Tue May  6 12:07:35 2025
+++ pkgsrc/security/bearssl/Makefile    Sat May 31 02:20:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/05/06 12:07:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/05/31 02:20:32 schmonz Exp $
 
 DISTNAME=              bearssl-0.6
 PKGREVISION=           1
@@ -10,6 +10,8 @@ HOMEPAGE=             https://bearssl.org/
 COMMENT=               Implementation of the SSL/TLS protocol (RFC 5246)
 LICENSE=               mit
 
+USE_TOOLS+=            gmake
+
 INSTALLATION_DIRS=     bin include lib
 
 LDFLAGS.SunOS+=                -lsocket -lnsl



Home | Main Index | Thread Index | Old Index