robbat2     14/08/04 20:45:13

  Added:                db-6.1.19-sqlite-configure-path.patch
  Log:
  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)

Revision  Changes    Path
1.1                  sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch?rev=1.1&content-type=text/plain

Index: db-6.1.19-sqlite-configure-path.patch
===================================================================
--- 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




Reply via email to