pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/sqlite3
Module Name: pkgsrc
Committed By: rillig
Date: Wed Feb 12 21:41:18 UTC 2025
Modified Files:
pkgsrc/databases/sqlite3: Makefile
Log Message:
databases/sqlite3: fix outdated configure option name
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/databases/sqlite3/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/sqlite3/Makefile
diff -u pkgsrc/databases/sqlite3/Makefile:1.162 pkgsrc/databases/sqlite3/Makefile:1.163
--- pkgsrc/databases/sqlite3/Makefile:1.162 Wed Jan 15 15:23:41 2025
+++ pkgsrc/databases/sqlite3/Makefile Wed Feb 12 21:41:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2025/01/15 15:23:41 adam Exp $
+# $NetBSD: Makefile,v 1.163 2025/02/12 21:41:18 rillig Exp $
.include "Makefile.common"
@@ -504,7 +504,7 @@ CFLAGS+= -DSQLITE_ENABLE_UNLOCK_NOTIFY
# on those platforms.)
#
# https://www.sqlite.org/compile.html#omit_load_extension
-CONFIGURE_ARGS+= --enable-load-extension
+CONFIGURE_ARGS+= --enable-dynamic-extensions
# Uses dlopen and friends but doesn't use -ldl on Linux.
# See http://www.sqlite.org/cvstrac/tktview?tn=3555
Home |
Main Index |
Thread Index |
Old Index