pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 14 13:39:20 UTC 2025

Modified Files:
        pkgsrc/security/botan3: Makefile

Log Message:
botan3: fix on NetBSD/aarch64

Debugged and tested by mlelstv (in cooperation with upstream).

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/botan3/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/botan3/Makefile
diff -u pkgsrc/security/botan3/Makefile:1.17 pkgsrc/security/botan3/Makefile:1.18
--- pkgsrc/security/botan3/Makefile:1.17        Sun Dec 29 15:09:58 2024
+++ pkgsrc/security/botan3/Makefile     Fri Mar 14 13:39:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/12/29 15:09:58 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/14 13:39:20 wiz Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/Botan/botan3/}
@@ -57,6 +57,11 @@ CONFIGURE_ARGS+=     --cpu=arm64
 CONFIGURE_ARGS+=       --cpu=arm32
 .endif
 
+# NetBSD does not support getauxval
+# https://github.com/randombit/botan/issues/4733
+# can be removed when updating to 3.6.2+
+CONFIGURE_ARGS.NetBSD+=        --without-os-feature=auxinfo
+
 MAKE_FLAGS+=   LIB_OPT=${CXXFLAGS:Q}
 
 LDFLAGS.SunOS+=        -lnsl -lsocket



Home | Main Index | Thread Index | Old Index