OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 04-Mar-2009 23:08:06 Branch: HEAD Handle: 2009030422080501 Modified files: openpkg-src/sqlite sqlite.patch sqlite.spec Log: reapply old patch for preprocessor stuff Summary: Revision Changes Path 1.68 +18 -0 openpkg-src/sqlite/sqlite.patch 1.202 +1 -1 openpkg-src/sqlite/sqlite.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sqlite/sqlite.patch ============================================================================ $ cvs diff -u -r1.67 -r1.68 sqlite.patch --- openpkg-src/sqlite/sqlite.patch 20 Feb 2009 22:27:18 -0000 1.67 +++ openpkg-src/sqlite/sqlite.patch 4 Mar 2009 22:08:05 -0000 1.68 @@ -101,3 +101,21 @@ -Libs.private: @LIBS@ +Libs: -L${libdir} -lsqlite3 @LIBS@ Cflags: -I${includedir} +Index: configure +--- configure.orig 2009-02-15 14:07:08 +0100 ++++ configure 2009-03-04 23:04:46 +0100 +@@ -5963,13 +5963,7 @@ + if $ac_preproc_ok; then + : + else +- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +-See \`config.log' for more details." >&5 +-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; }; } ++ : + fi + + ac_ext=c @@ . patch -p0 <<'@@ .' Index: openpkg-src/sqlite/sqlite.spec ============================================================================ $ cvs diff -u -r1.201 -r1.202 sqlite.spec --- openpkg-src/sqlite/sqlite.spec 20 Feb 2009 22:27:18 -0000 1.201 +++ openpkg-src/sqlite/sqlite.spec 4 Mar 2009 22:08:06 -0000 1.202 @@ -37,7 +37,7 @@ Group: Database License: PD Version: %{V_sqlite} -Release: 20090220 +Release: 20090304 # package options %option with_debug no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org