beecrypt, disable static library (#8062)

This commit is contained in:
Schrijvers Luc
2023-03-23 08:14:21 +01:00
committed by GitHub
parent ad99bbba3d
commit 73a8061907

View File

@@ -6,7 +6,7 @@ routines, and public key primitives."
HOMEPAGE="http://beecrypt.sourceforge.net/"
COPYRIGHT="2009 Bob Deblier"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://downloads.sourceforge.net/beecrypt/beecrypt-$portVersion.tar.gz"
CHECKSUM_SHA256="286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
@@ -51,7 +51,10 @@ BUILD()
libtoolize --force --copy --install
aclocal
automake --add-missing
runConfigure ./configure --disable-threads --with-java=no --with-python=no
runConfigure ./configure --disable-threads \
--with-java=no \
--with-python=no \
--disable-static
make $jobArgs
}