sqlite3: update to 3.6.23
This commit is contained in:
parent
be50881273
commit
dd4e2f0d4a
@ -1 +1 @@
|
||||
b683b3903e79ab8a6d928dc9d4a56937 sqlite-amalgamation-3.6.22.tar.gz
|
||||
8f1e86b3909a27f8122b0981afd16fcd sqlite-amalgamation-3.6.23.tar.gz
|
||||
|
@ -4,18 +4,14 @@
|
||||
# Depends on: ncurses, readline
|
||||
|
||||
name=sqlite3
|
||||
version=3.6.22
|
||||
version=3.6.23
|
||||
release=1
|
||||
|
||||
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd sqlite-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-threadsafe
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user