pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mariadb1011-embedded
Module Name: pkgsrc
Committed By: wiz
Date: Tue Nov 4 14:02:35 UTC 2025
Modified Files:
pkgsrc/databases/mariadb1011-embedded: Makefile
Log Message:
mariadb1011-embedded: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/mariadb1011-embedded/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mariadb1011-embedded/Makefile
diff -u pkgsrc/databases/mariadb1011-embedded/Makefile:1.17 pkgsrc/databases/mariadb1011-embedded/Makefile:1.18
--- pkgsrc/databases/mariadb1011-embedded/Makefile:1.17 Thu Oct 23 20:36:10 2025
+++ pkgsrc/databases/mariadb1011-embedded/Makefile Tue Nov 4 14:02:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/10/23 20:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/11/04 14:02:35 wiz Exp $
PKGNAME= ${DISTNAME:S/-/-embedded-/}
PKGREVISION= 3
@@ -18,6 +18,7 @@ DEPENDS+= mariadb-client-10.11.*:../../d
CMAKE_CONFIGURE_ARGS+= -DCONNECT_WITH_MONGO=NO
CMAKE_CONFIGURE_ARGS+= -DWITH_EMBEDDED_SERVER=ON
CMAKE_CONFIGURE_ARGS+= -DWITHOUT_ROCKSDB_STORAGE_ENGINE=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
post-install:
for file in \
Home |
Main Index |
Thread Index |
Old Index