summaryrefslogtreecommitdiffstats
path: root/base/sqlite3
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 12:51:23 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 12:51:23 +0100
commit178327b6b0a64cf77e28b62a1ff6ca2837b0a390 (patch)
tree194c35118b34f63f1445560cdeb389209e65b302 /base/sqlite3
parent7baae8ec7a481251a0b794ee646e6b328cc2228d (diff)
downloadnutyx-pakxe-178327b6b0a64cf77e28b62a1ff6ca2837b0a390.tar.gz
nutyx-pakxe-178327b6b0a64cf77e28b62a1ff6ca2837b0a390.tar.bz2
nutyx-pakxe-178327b6b0a64cf77e28b62a1ff6ca2837b0a390.tar.xz
nutyx-pakxe-178327b6b0a64cf77e28b62a1ff6ca2837b0a390.zip
sqlite3, maj 3.7.3-2
Diffstat (limited to 'base/sqlite3')
-rw-r--r--base/sqlite3/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/base/sqlite3/Pkgfile b/base/sqlite3/Pkgfile
index 5ee787ffd..6ada22e37 100644
--- a/base/sqlite3/Pkgfile
+++ b/base/sqlite3/Pkgfile
@@ -6,15 +6,16 @@
name=sqlite3
version=3.7.3
-release=1
+release=2
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
build() {
- export LTLINK_EXTRAS="-ldl"
- export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
cd sqlite-$version
+ CFLAGS="-O2 -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" \
./configure --prefix=/usr \
- --enable-threadsafe
+ --enable-threadsafe \
+ --enable-readline \
+ --enable-dynamic-extensions
make
make DESTDIR=$PKG install
install -d $PKG/usr/share/man/man1