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: 06-Sep-2007 15:27:10
Branch: HEAD Handle: 2007090614271000
Modified files:
openpkg-src/sqlite sqlite.spec
Log:
remove obsolete option (UTF-8 is always present)
Summary:
Revision Changes Path
1.154 +1 -7 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.153 -r1.154 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 4 Sep 2007 07:31:50 -0000 1.153
+++ openpkg-src/sqlite/sqlite.spec 6 Sep 2007 13:27:10 -0000 1.154
@@ -37,10 +37,9 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20070904
+Release: 20070906
# package options
-%option with_utf8 no
%option with_assert no
%option with_readline no
%option with_threads no
@@ -124,11 +123,6 @@
GREP="grep" \
./configure \
--prefix=%{l_prefix} \
-%if "%{with_utf8}" == "yes"
- --enable-utf8 \
-%else
- --disable-utf8 \
-%endif
%if "%{with_threads}" == "yes"
--enable-threadsafe \
%else
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]