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