summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-08-04 20:45:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-08-04 20:45:13 +0000
commit69568b78addba434ae08fa7ccb217a896aacde5e (patch)
tree44da5e230be7d0543a8bdc2a86551b8dc6c694c6 /sys-libs/db/files
parentNew mask for upcoming db-6.1, that is not ready at upstream yet, still fails ... (diff)
downloadgentoo-2-69568b78addba434ae08fa7ccb217a896aacde5e.tar.gz
gentoo-2-69568b78addba434ae08fa7ccb217a896aacde5e.tar.bz2
gentoo-2-69568b78addba434ae08fa7ccb217a896aacde5e.zip
Add 6.1.19 into the tree, in p.mask as upstream testsuite still has failures, maybe a later 6.1 will be better.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r--sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch b/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch
new file mode 100644
index 000000000000..25854c53e160
--- /dev/null
+++ b/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch
@@ -0,0 +1,10 @@
+--- db-6.1.19/dist/aclocal/sql.m4
++++ db-6.1.19/dist/aclocal/sql.m4
+@@ -96,6 +96,6 @@
+ if test "$db_cv_build_cryptography" = "yes"; then
+ CPPFLAGS="$CPPFLAGS -DSQLITE_HAS_CODEC=1"
+ fi
+-(cd sql && eval "\$SHELL ../$sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline " && cat build_config.h >> config.h) || exit 1
++(cd sql && eval "\$SHELL $sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline " && cat build_config.h >> config.h) || exit 1
+
+ # Configure JDBC if --enable-jdbc