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