]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- rel. 2 auto/th/sqlite3-3_7_2-2 auto/ti/sqlite3-3_7_2-2
authorduddits <duddits@pld-linux.org>
Wed, 8 Sep 2010 09:18:59 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- SQLITE_SECURE_DELETE option enabled, see
  http://www.sqlite.org/compile.html for details (xulrunner needs this
  to compile)

Changed files:
    sqlite3.spec -> 1.93

sqlite3.spec

index 43aae7995d2b09282ad820b8fff24d005563d438..60a7335f5298af3f40491c6dca81052be5315b71 100644 (file)
@@ -25,7 +25,7 @@ Summary:      SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
 Version:       3.7.2
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -160,7 +160,7 @@ Rozszerzenie sqlite3 dla Tcl.
 cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
-CFLAGS="%{rpmcflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1"
+CFLAGS="%{rpmcflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE"
 export CFLAGS
 %configure \
        %{?with_tcl:--with-tcl=%{_ulibdir}} \
This page took 0.031943 seconds and 4 git commands to generate.