cppunit, disable static library (#7612)

This commit is contained in:
Schrijvers Luc
2022-12-21 13:49:31 +01:00
committed by GitHub
parent 435e6ccd67
commit 0cccc16e4f

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2000 Jerome Lacoste
2001-2002, 2007-2008 Steve Robbins
2012-2013 Harvey Brydon"
LICENSE="GNU LGPL v2.1"
REVISION="4"
REVISION="5"
SOURCE_URI="https://dev-www.libreoffice.org/src/cppunit-$portVersion.tar.gz"
CHECKSUM_SHA256="3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780"
@@ -60,7 +60,7 @@ defineDebugInfoPackage cppunit$secondaryArchSuffix \
BUILD()
{
autoreconf -i
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}