OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Mar-2008 12:56:47
Branch: HEAD Handle: 2008032911564700
Modified files:
openpkg-src/sqlite sqlite.spec
Log:
adjust for latest SQLite Autoconf world order
Summary:
Revision Changes Path
1.177 +8 -10 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.176 -r1.177 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 23 Mar 2008 08:33:43 -0000 1.176
+++ openpkg-src/sqlite/sqlite.spec 29 Mar 2008 11:56:47 -0000 1.177
@@ -37,10 +37,10 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20080323
+Release: 20080329
# package options
-%option with_assert no
+%option with_debug no
%option with_readline no
%option with_threads no
%option with_fts1 no
@@ -124,9 +124,6 @@
# configure and build SQLite
CC="%{l_cc}"
CFLAGS="%{l_cflags -O}"
-%if "%{with_assert}" == "no"
- CFLAGS="$CFLAGS -DNDEBUG=1"
-%endif
CPPFLAGS="-I. %{l_cppflags}"
LDFLAGS="%{l_ldflags}"
LIBS="-lm"
@@ -150,12 +147,13 @@
%else
--disable-readline \
%endif
- --disable-shared
-%if "%{with_assert}" == "yes"
- %{l_shtool} subst \
- -e 's;-DNDEBUG;;' \
- Makefile
+%if "%{with_debug}" == "yes"
+ --enable-debug \
+%else
+ --disable-debug \
%endif
+ --disable-amalgamation \
+ --disable-shared
MFLAGS=""
%if "%{with_fts1}" == "yes"
MFLAGS="$MFLAGS FTS1=1"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]