diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-10 08:57:08 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-07-10 08:57:08 +0000 |
commit | 4c50eb519d9e13b0ffd98a47c0e87a5931ef0115 (patch) | |
tree | 4260933fbecc52dc3f269b6b984ea5b055240955 /sys-libs/db/files | |
parent | dev-lang/icc: Remove ja_JP locale more completely (diff) | |
download | historical-4c50eb519d9e13b0ffd98a47c0e87a5931ef0115.tar.gz historical-4c50eb519d9e13b0ffd98a47c0e87a5931ef0115.tar.bz2 historical-4c50eb519d9e13b0ffd98a47c0e87a5931ef0115.zip |
Version bump (bug #474602)
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0x981CA6FC
Diffstat (limited to 'sys-libs/db/files')
-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 |