From 19fd4142df85b5c8b9ad329c7e0a71754ab4c646 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 29 Mar 2023 16:49:37 +0200 Subject: [PATCH] log4cxx, disable static library (#8169) --- dev-libs/log4cxx/log4cxx-0.10.0_20180322.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/log4cxx/log4cxx-0.10.0_20180322.recipe b/dev-libs/log4cxx/log4cxx-0.10.0_20180322.recipe index d3e7d919b..fbfad29b6 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0_20180322.recipe +++ b/dev-libs/log4cxx/log4cxx-0.10.0_20180322.recipe @@ -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 }