diff --git a/dev-libs/botan/botan-2.19.2.recipe b/dev-libs/botan/botan-2.19.2.recipe index 925ec3db3..49d221c57 100644 --- a/dev-libs/botan/botan-2.19.2.recipe +++ b/dev-libs/botan/botan-2.19.2.recipe @@ -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