libtar, disable static library (#8182)

This commit is contained in:
Schrijvers Luc
2023-03-30 09:31:06 +02:00
committed by GitHub
parent 06ec4d917f
commit 0ddfe99331

View File

@@ -12,7 +12,7 @@ COPYRIGHT="
1998-2003 Mark D. Roth
"
LICENSE="BSD (3-clause)"
REVISION="5"
REVISION="6"
gitCommit="9c2e044833c5e908f5be0a77991b08849021793e"
SOURCE_URI="https://github.com/tklauser/libtar/archive/$gitCommit.tar.gz"
CHECKSUM_SHA256="21d86460dd128f56cfa391e4bc82e91f98e84c2948a854e33daed5c58d4e9cb6"
@@ -57,7 +57,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}