mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
lib32-sqlite3 3.8.0.2
This commit is contained in:
parent
b6277e3b04
commit
d2aa6673b0
@ -5,26 +5,26 @@
|
|||||||
|
|
||||||
_pkgbasename=sqlite3
|
_pkgbasename=sqlite3
|
||||||
pkgname=lib32-sqlite3
|
pkgname=lib32-sqlite3
|
||||||
_amalgamationver=3071502
|
_amalgamationver=3080002
|
||||||
_amalgamationver2=${_amalgamationver/00/}
|
pkgver=3.8.0.2
|
||||||
pkgver=3.7.15.2
|
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
pkgdesc="A C library that implements an SQL database engine (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
url="http://www.sqlite.org/"
|
url="http://www.sqlite.org/"
|
||||||
depends=(lib32-glibc $_pkgbasename=$pkgver)
|
depends=('lib32-glibc' $_pkgbasename=$pkgver)
|
||||||
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
|
makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
|
||||||
source=(http://www.sqlite.org/sqlite-src-${_amalgamationver}.zip)
|
source=(http://www.sqlite.org/2013/sqlite-src-${_amalgamationver}.zip)
|
||||||
options=(!libtool)
|
options=(!libtool)
|
||||||
md5sums=('02629f8624398c0c321a0d9fa813b28e')
|
md5sums=('99c9161e32981fba8bed160a86485d03')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
cd ${srcdir}/sqlite-src-${_amalgamationver}
|
||||||
|
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
export CXX="g++ -m32"
|
export CXX="g++ -m32"
|
||||||
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||||
|
|
||||||
cd ${srcdir}/sqlite-src-${_amalgamationver}
|
|
||||||
export LTLINK_EXTRAS="-ldl"
|
export LTLINK_EXTRAS="-ldl"
|
||||||
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||||
./configure --prefix=/usr --libdir=/usr/lib32 \
|
./configure --prefix=/usr --libdir=/usr/lib32 \
|
||||||
|
Loading…
Reference in New Issue
Block a user