]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - sqlite/patches/sqlite-3.6.12-libdl.patch
4d2c27266eed4ffabfff80ecb01ed652456ec680
[people/ms/ipfire-3.x.git] / sqlite / patches / sqlite-3.6.12-libdl.patch
1 diff -up sqlite-3.6.4/configure.ac.orig sqlite-3.6.4/configure.ac
2 --- sqlite-3.6.4/configure.ac.orig 2008-11-08 11:37:15.000000000 +0200
3 +++ sqlite-3.6.4/configure.ac 2008-11-08 11:35:50.000000000 +0200
4 @@ -606,6 +606,7 @@ AC_ARG_ENABLE(load-extension, AC_HELP_ST
5 [use_loadextension=$enableval],[use_loadextension=no])
6 if test "${use_loadextension}" = "yes" ; then
7 OPT_FEATURE_FLAGS=""
8 + AC_SEARCH_LIBS(dlopen, [dl])
9 else
10 OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
11 fi