public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/sqlite/files: sqlite-3.8.1-autoconf-dlopen_check.patch sqlite-3.8.1-src-dlopen_check.patch sqlite-3.8.1-tests-icu-52.patch
@ 2013-10-17 20:20 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2013-10-17 20:20 UTC (permalink / raw
  To: gentoo-commits

floppym     13/10/17 20:20:55

  Added:                sqlite-3.8.1-autoconf-dlopen_check.patch
                        sqlite-3.8.1-src-dlopen_check.patch
                        sqlite-3.8.1-tests-icu-52.patch
  Log:
  Version bump. Ebuild and patches by Arfrever.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.1                  dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-autoconf-dlopen_check.patch?rev=1.1&content-type=text/plain

Index: sqlite-3.8.1-autoconf-dlopen_check.patch
===================================================================
--- 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



1.1                  dev-db/sqlite/files/sqlite-3.8.1-src-dlopen_check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-src-dlopen_check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-src-dlopen_check.patch?rev=1.1&content-type=text/plain

Index: sqlite-3.8.1-src-dlopen_check.patch
===================================================================
--- configure.ac
+++ configure.ac
@@ -611,6 +611,9 @@
 if test "${use_loadextension}" = "yes" ; then
   OPT_FEATURE_FLAGS=""
   AC_SEARCH_LIBS(dlopen, dl)
+  if test "${ac_cv_search_dlopen}" = "no" ; then
+    OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
+  fi
 else
   OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1"
 fi



1.1                  dev-db/sqlite/files/sqlite-3.8.1-tests-icu-52.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-tests-icu-52.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/files/sqlite-3.8.1-tests-icu-52.patch?rev=1.1&content-type=text/plain

Index: sqlite-3.8.1-tests-icu-52.patch
===================================================================
--- test/fts4unicode.test
+++ test/fts4unicode.test
@@ -366,27 +366,26 @@
   do_isspace_test 6.$T.1 $T    32
   do_isspace_test 6.$T.2 $T    160
   do_isspace_test 6.$T.3 $T    5760
-  do_isspace_test 6.$T.4 $T    6158
-  do_isspace_test 6.$T.5 $T    8192
-  do_isspace_test 6.$T.6 $T    8193
-  do_isspace_test 6.$T.7 $T    8194
-  do_isspace_test 6.$T.8 $T    8195
-  do_isspace_test 6.$T.9 $T    8196
-  do_isspace_test 6.$T.10 $T    8197
-  do_isspace_test 6.$T.11 $T    8198
-  do_isspace_test 6.$T.12 $T    8199
-  do_isspace_test 6.$T.13 $T    8200
-  do_isspace_test 6.$T.14 $T    8201
-  do_isspace_test 6.$T.15 $T    8202
-  do_isspace_test 6.$T.16 $T    8239
-  do_isspace_test 6.$T.17 $T    8287
-  do_isspace_test 6.$T.18 $T   12288
+  do_isspace_test 6.$T.4 $T    8192
+  do_isspace_test 6.$T.5 $T    8193
+  do_isspace_test 6.$T.6 $T    8194
+  do_isspace_test 6.$T.7 $T    8195
+  do_isspace_test 6.$T.8 $T    8196
+  do_isspace_test 6.$T.9 $T    8197
+  do_isspace_test 6.$T.10 $T    8198
+  do_isspace_test 6.$T.11 $T    8199
+  do_isspace_test 6.$T.12 $T    8200
+  do_isspace_test 6.$T.13 $T    8201
+  do_isspace_test 6.$T.14 $T    8202
+  do_isspace_test 6.$T.15 $T    8239
+  do_isspace_test 6.$T.16 $T    8287
+  do_isspace_test 6.$T.17 $T   12288
 
-  do_isspace_test 6.$T.19 $T   {32 160 5760 6158}
-  do_isspace_test 6.$T.20 $T   {8192 8193 8194 8195}
-  do_isspace_test 6.$T.21 $T   {8196 8197 8198 8199}
-  do_isspace_test 6.$T.22 $T   {8200 8201 8202 8239}
-  do_isspace_test 6.$T.23 $T   {8287 12288}
+  do_isspace_test 6.$T.18 $T   {32 160 5760}
+  do_isspace_test 6.$T.19 $T   {8192 8193 8194 8195}
+  do_isspace_test 6.$T.20 $T   {8196 8197 8198 8199}
+  do_isspace_test 6.$T.21 $T   {8200 8201 8202 8239}
+  do_isspace_test 6.$T.22 $T   {8287 12288}
 }
 
 #-------------------------------------------------------------------------





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-17 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 20:20 [gentoo-commits] gentoo-x86 commit in dev-db/sqlite/files: sqlite-3.8.1-autoconf-dlopen_check.patch sqlite-3.8.1-src-dlopen_check.patch sqlite-3.8.1-tests-icu-52.patch Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox