From 0cccc16e4fc1b077ffa30b1fbe39b8e9f8888cda Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 21 Dec 2022 13:49:31 +0100 Subject: [PATCH] cppunit, disable static library (#7612) --- dev-util/cppunit/cppunit-1.14.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cppunit/cppunit-1.14.0.recipe b/dev-util/cppunit/cppunit-1.14.0.recipe index c296166d7..3891ef7e9 100644 --- a/dev-util/cppunit/cppunit-1.14.0.recipe +++ b/dev-util/cppunit/cppunit-1.14.0.recipe @@ -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 }