Skip to content

Commit

Permalink
sqlite3: 3.44.0 -> 3.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 7, 2023
1 parent f16cb17 commit 53000f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion sqlite3/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7d4a49f724ad0643f3c4bf7e5a5838c0 sqlite-autoconf-3440000.tar.gz
c02f40fd4f809ced95096250adc5764a sqlite-autoconf-3440200.tar.gz
24 changes: 12 additions & 12 deletions sqlite3/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
# Depends on: readline zlib

name=sqlite3
version=3.44.0
version=3.44.2
release=1
_version=$(printf "%i%.2i%.2i%.2i" $(echo $version | sed 's/\./ /g'))
source=https://www.sqlite.org/2023/sqlite-autoconf-$_version.tar.gz

build() {
export CFLAGS="$CFLAGS \
-DSQLITE_SECURE_DELETE=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3=1 \
export CFLAGS="$CFLAGS \
-DSQLITE_SECURE_DELETE=1 \
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3=1 \
"

mkdir build; cd build

CONFIG_SHELL=/bin/bash \
../sqlite-autoconf-${_version}/configure \
--prefix=/usr \
--enable-readline \
--enable-fts3 \
CONFIG_SHELL=/bin/bash \
../sqlite-autoconf-${_version}/configure \
--prefix=/usr \
--enable-readline \
--enable-fts3 \

make V=1
make DESTDIR=$PKG install
Expand Down

0 comments on commit 53000f1

Please sign in to comment.