mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
beecrypt, disable static library (#8062)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user