pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/softhsm2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 10 12:03:59 UTC 2024

Modified Files:
        pkgsrc/security/softhsm2: Makefile

Log Message:
softhsm2: remove unexplained USE_BUILTIN.sqlite3=NO

which nowadays just breaks the build


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/softhsm2/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/softhsm2/Makefile
diff -u pkgsrc/security/softhsm2/Makefile:1.29 pkgsrc/security/softhsm2/Makefile:1.30
--- pkgsrc/security/softhsm2/Makefile:1.29      Thu Nov 14 22:21:35 2024
+++ pkgsrc/security/softhsm2/Makefile   Tue Dec 10 12:03:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/11/14 22:21:35 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/12/10 12:03:59 wiz Exp $
 
 VERSION=       2.6.1
 DISTNAME=      softhsm-${VERSION}
@@ -44,7 +44,6 @@ OWN_DIRS=             ${VARBASE}/softhsm
 pre-install:
        ${INSTALL_DATA} ${WRKSRC}/src/lib/common/softhsm2.conf ${DESTDIR}${EGDIR}
 
-USE_BUILTIN.sqlite3=NO
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../security/botan2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index