ports/opt (3.2): sqlite3: build the sqlite program with readline support
commit 694cff73ae715823dd3491ced072348cb4338696 Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 16 12:32:22 2016 +0200 sqlite3: build the sqlite program with readline support diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile index 8a4e3c1..35d8df3 100644 --- a/sqlite3/Pkgfile +++ b/sqlite3/Pkgfile @@ -5,7 +5,7 @@ name=sqlite3 version=3.13.0 -release=1 +release=2 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) source=(http://www.sqlite.org/2016/sqlite-autoconf-${_version}.tar.gz) @@ -17,7 +17,7 @@ build () { CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \ $CFLAGS" \ - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-readline make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu