Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/db/files: db-6.0.35-sqlite-configure-path.patch
Date: Tue, 28 Jul 2015 14:46:53
Message-Id: 20150728144645.DB2D5112@oystercatcher.gentoo.org
1 polynomial-c 15/07/28 14:46:45
2
3 Added: db-6.0.35-sqlite-configure-path.patch
4 Log:
5 Version bump. Removed old
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
8
9 Revision Changes Path
10 1.1 sys-libs/db/files/db-6.0.35-sqlite-configure-path.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.0.35-sqlite-configure-path.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.0.35-sqlite-configure-path.patch?rev=1.1&content-type=text/plain
14
15 Index: db-6.0.35-sqlite-configure-path.patch
16 ===================================================================
17 --- db-6.0.35/dist/aclocal/sql.m4
18 +++ db-6.0.35/dist/aclocal/sql.m4
19 @@ -96,7 +96,7 @@
20 if test "$db_cv_build_cryptography" = "yes"; then
21 CPPFLAGS="$CPPFLAGS -DSQLITE_HAS_CODEC=1"
22 fi
23 -(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
24 +(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
25
26 # Configure JDBC if --enable-jdbc
27 if test "$db_cv_jdbc" != "no"; then