mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sqlcipher, disable static library (#8032)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user