log4cxx, disable static library (#8169)

This commit is contained in:
Schrijvers Luc
2023-03-29 16:49:37 +02:00
committed by GitHub
parent 84fee71a4f
commit 19fd4142df

View File

@@ -6,7 +6,7 @@ notification levels."
HOMEPAGE="https://logging.apache.org/log4cxx/latest_stable/index.html"
COPYRIGHT="2004-2007 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
srcGitRev="5f825186936a1876f92b88b371334ff26e997287"
SOURCE_URI="https://github.com/apache/logging-log4cxx/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="763b07c7a487ff2c42d0e82f7c3fd598083d08dc9f5d8652990295a87d99ddb2"
@@ -61,7 +61,7 @@ defineDebugInfoPackage log4cxx$secondaryArchSuffix \
BUILD()
{
./autogen.sh
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}