sqlcipher, disable static library (#8032)

This commit is contained in:
Schrijvers Luc
2023-03-21 10:24:46 +01:00
committed by GitHub
parent 7013004754
commit 98a2a0228d

View File

@@ -7,7 +7,7 @@ periodically integrates stable SQLite release features."
HOMEPAGE="https://www.zetetic.net/sqlcipher"
COPYRIGHT="2016-2020 ZETETIC LLC"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/sqlcipher/sqlcipher/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="87458e0e16594b3ba6c7a1f046bc1ba783d002d35e0e7b61bb6b7bb862f362a7"
SOURCE_FILENAME="sqlcipher-$portVersion.tar.gz"
@@ -66,7 +66,7 @@ BUILD()
-DSQLITE_HAS_CODEC -DOMIT_MEMLOCK" \
LIBS="-Wl,--as-needed -lcrypto" \
runConfigure ./configure --enable-tempstore --enable-fts3 --enable-fts5 \
--enable-rtree --disable-tcl
--enable-rtree --disable-tcl --disable-static
make $jobArgs
}