sqlite/sqlite-3.5.9-libdl.patch
Panu Matilainen 778c041844 - Remove references to temporary registers from cache on release (#463061)
- Enable loading of external extensions (#457433)
2008-09-30 05:43:16 +00:00

12 lines
387 B
Diff

diff -up sqlite-3.5.9/configure.libdl sqlite-3.5.9/configure
--- sqlite-3.5.9/configure.libdl 2008-09-22 18:37:55.000000000 +0300
+++ sqlite-3.5.9/configure 2008-09-22 18:38:11.000000000 +0300
@@ -12067,6 +12067,7 @@ else
fi;
if test "${use_loadextension}" = "yes" ; then
LOADEXTENSION_FLAGS=""
+ LIBS="-ldl $LIBS"
else
LOADEXTENSION_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
fi