mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
xar, disable static library (#7988)
This commit is contained in:
@@ -11,7 +11,7 @@ meta-data."
|
||||
HOMEPAGE="https://mackyle.github.io/xar/"
|
||||
COPYRIGHT="2005 Rob Braun"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/downloads/mackyle/xar/xar-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e"
|
||||
PATCHES="xar-$portVersion.patchset"
|
||||
@@ -70,7 +70,9 @@ BUILD()
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user