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