botan, disable static library (#8064)

This commit is contained in:
Schrijvers Luc
2023-03-23 10:38:44 +01:00
committed by GitHub
parent dc78289a81
commit b69413ae3b

View File

@@ -8,7 +8,7 @@ languages."
HOMEPAGE="https://botan.randombit.net/"
COPYRIGHT="1999-2022 The Botan Authors"
LICENSE="BSD (2-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/randombit/botan/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="47bb0330255cf1a439db3f2bc91894b2f41788e58eb71d27e0abf36038d93f1e"
PATCHES="botan-$portVersion.patchset"
@@ -70,6 +70,7 @@ BUILD()
runConfigure --omit-buildspec --omit-dirs binDir ./configure.py \
--prefix=/ --bindir="$commandBinDir" \
--enable-shared-library \
--disable-static \
--with-bzip2 --with-lzma --with-zlib \
--with-sqlite3
make $jobArgs