pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libb2
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jul 8 14:09:46 UTC 2025
Modified Files:
pkgsrc/security/libb2: Makefile
Log Message:
libb2: Fix memset_s() visibility.
While here add the correct TEST_TARGET.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/libb2/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/libb2/Makefile
diff -u pkgsrc/security/libb2/Makefile:1.2 pkgsrc/security/libb2/Makefile:1.3
--- pkgsrc/security/libb2/Makefile:1.2 Mon Jul 25 11:12:27 2022
+++ pkgsrc/security/libb2/Makefile Tue Jul 8 14:09:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/07/25 11:12:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/08 14:09:46 jperkin Exp $
DISTNAME= libb2-0.98.1
CATEGORIES= security
@@ -13,6 +13,10 @@ LICENSE= cc0-1.0-universal
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+CPPFLAGS.SunOS+= -D__STDC_WANT_LIB_EXT1__=1 # memset_s
+
PKGCONFIG_OVERRIDE+= libb2.pc.in
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index