mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
update sqlite3
This commit is contained in:
parent
bf0c4beaba
commit
6e24b2c7f7
@ -5,10 +5,10 @@
|
||||
|
||||
pkgbase="sqlite3"
|
||||
pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc')
|
||||
_amalgamationver=3080401
|
||||
_amalgamationver=3080500
|
||||
_docver=${_amalgamationver}
|
||||
pkgver=3.8.4.1
|
||||
pkgrel=2
|
||||
pkgver=3.8.5
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('x86_64')
|
||||
license=('custom:Public Domain')
|
||||
@ -19,15 +19,16 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
|
||||
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
|
||||
license.txt)
|
||||
options=('!emptydirs')
|
||||
md5sums=('6b8cb7b9063a1d97f7b5dc517e8ee0c4'
|
||||
'6411ba29baeab68f253fcc27fb262f3e'
|
||||
'c1cdbc5544034d9012e421e75a5e4890')
|
||||
sha1sums=('7f667e10ccebc26ab2086b8a30cb0a600ca0acae'
|
||||
'c5655a4004095c50dc8403661e0ed02fd4191d57'
|
||||
'f34f6daa4ab3073d74e774aad21d66878cf26853')
|
||||
|
||||
build() {
|
||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||
|
||||
# build sqlite
|
||||
cd "$srcdir"/sqlite-autoconf-$_amalgamationver
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
@ -87,4 +88,3 @@ package_sqlite3-doc() {
|
||||
find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
|
||||
find ${pkgdir} -name '.~*' -exec rm -f {} \;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user