diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-10-17 20:20:55 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-10-17 20:20:55 +0000 |
commit | 2503479ec85bad58fe39b204a6367b150530243c (patch) | |
tree | 924f7801817fad3a792a6d2eeeb9c2b029d6d81c /dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch | |
parent | Add missing dependency to dev-libs/dbus-glib (diff) | |
download | gentoo-2-2503479ec85bad58fe39b204a6367b150530243c.tar.gz gentoo-2-2503479ec85bad58fe39b204a6367b150530243c.tar.bz2 gentoo-2-2503479ec85bad58fe39b204a6367b150530243c.zip |
Version bump. Ebuild and patches by Arfrever.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch')
-rw-r--r-- | dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch b/dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch new file mode 100644 index 000000000000..bd55a0778bd1 --- /dev/null +++ b/dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch @@ -0,0 +1,12 @@ +--- configure.ac ++++ configure.ac +@@ -70,6 +70,9 @@ + [], [enable_dynamic_extensions=yes]) + if test x"$enable_dynamic_extensions" != "xno"; then + AC_SEARCH_LIBS(dlopen, dl) ++ if test "${ac_cv_search_dlopen}" = "no" ; then ++ DYNAMIC_EXTENSION_FLAGS=-DSQLITE_OMIT_LOAD_EXTENSION=1 ++ fi + else + DYNAMIC_EXTENSION_FLAGS=-DSQLITE_OMIT_LOAD_EXTENSION=1 + fi |