pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgcrypt



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 28 07:18:59 UTC 2026

Modified Files:
        pkgsrc/security/libgcrypt: Makefile

Log Message:
libgcrypt: fix for error: operand size mismatch for 'vsm4rnds4'


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/security/libgcrypt/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/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.125 pkgsrc/security/libgcrypt/Makefile:1.126
--- pkgsrc/security/libgcrypt/Makefile:1.125    Thu Aug 27 05:28:02 2026
+++ pkgsrc/security/libgcrypt/Makefile  Fri Aug 28 07:18:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2026/08/27 05:28:02 adam Exp $
+# $NetBSD: Makefile,v 1.126 2026/08/28 07:18:58 adam Exp $
 
 DISTNAME=      libgcrypt-1.12.3
 CATEGORIES=    security
@@ -13,6 +13,8 @@ LICENSE=      gnu-gpl-v2 AND gnu-lgpl-v2.1
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_ICONV=   no
+# Error: operand size mismatch for `vsm4rnds4'
+CONFIGURE_ARGS+=       --disable-avx512-support
 TEST_TARGET=           check
 TEXINFO_REQD+=         4.0
 INFO_FILES=            yes



Home | Main Index | Thread Index | Old Index