From 98a2a0228d0cc5da13f08921d4f63f480d701375 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 21 Mar 2023 10:24:46 +0100 Subject: [PATCH] sqlcipher, disable static library (#8032) --- dev-db/sqlcipher/sqlcipher-4.4.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlcipher/sqlcipher-4.4.2.recipe b/dev-db/sqlcipher/sqlcipher-4.4.2.recipe index 32240816d..9e8b0d9e1 100644 --- a/dev-db/sqlcipher/sqlcipher-4.4.2.recipe +++ b/dev-db/sqlcipher/sqlcipher-4.4.2.recipe @@ -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 }