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