diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-10 08:57:04 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-10 08:57:04 +0000 |
commit | f2d606419b9bc1691117a4655c0e081a71aabd24 (patch) | |
tree | b658a8b691a2eb2dbd843b73b0bbf83781b5b258 /sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch | |
parent | dev-lang/icc: Remove ja_JP locale more completely (diff) | |
download | gentoo-2-f2d606419b9bc1691117a4655c0e081a71aabd24.tar.gz gentoo-2-f2d606419b9bc1691117a4655c0e081a71aabd24.tar.bz2 gentoo-2-f2d606419b9bc1691117a4655c0e081a71aabd24.zip |
Version bump (bug #474602)
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch')
-rw-r--r-- | sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch b/sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch new file mode 100644 index 000000000000..78a2ba3ea8aa --- /dev/null +++ b/sys-libs/db/files/db-6.0.19-sqlite-configure-path.patch @@ -0,0 +1,11 @@ +--- db-6.0.19/dist/aclocal/sql.m4 ++++ db-6.0.19/dist/aclocal/sql.m4 +@@ -96,7 +96,7 @@ + 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 + CPPFLAGS="$orig_CPPFLAGS" + + # Configure JDBC if --enable-jdbc |