diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-01-24 13:26:49 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-01-24 13:27:55 -0500 |
commit | d54fe5fc599733879a3f2cdc85cd088d4ab3febe (patch) | |
tree | 36271cb477e2fce117fe65e45429e7c64fa1d2b8 /sys-libs/db/files | |
parent | profiles: remove note about AGPL-3 license from sys-libs/db mask (diff) | |
download | gentoo-d54fe5fc599733879a3f2cdc85cd088d4ab3febe.tar.gz gentoo-d54fe5fc599733879a3f2cdc85cd088d4ab3febe.tar.bz2 gentoo-d54fe5fc599733879a3f2cdc85cd088d4ab3febe.zip |
Revert "sys-libs/db: remove old"
db-18.1.40 dropped features, so people may want to stick with 18.1.32.
Reverts: c0bd697c0d3d78662d1fe84c685521140b7c5631
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r-- | sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch b/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch new file mode 100644 index 000000000000..40570cafe210 --- /dev/null +++ b/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch @@ -0,0 +1,11 @@ +--- db-18.1.25/dist/aclocal/sql.m4 ++++ db-18.1.25/dist/aclocal/sql.m4 +@@ -99,7 +99,7 @@ + if test "$db_cv_debug" = "yes"; then + CPPFLAGS="$CPPFLAGS -g" + 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 --enable-editline=$with_editline" && 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 --enable-editline=$with_editline" && cat build_config.h >> config.h) || exit 1 + + # Configure JDBC if --enable-jdbc + if test "$db_cv_jdbc" != "no"; then |