mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libxo, disable static library (#8176)
This commit is contained in:
@@ -5,7 +5,7 @@ decides at run time which output style should be produced."
|
||||
HOMEPAGE="https://github.com/Juniper/libxo"
|
||||
COPYRIGHT="2014 Juniper Networks, Inc."
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/Juniper/libxo/releases/download/$portVersion/libxo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9f2f276d7a5f25ff6fbfc0f38773d854c9356e7f985501627d0c0ee336c19006"
|
||||
PATCHES="libxo-$portVersion.patchset"
|
||||
@@ -79,7 +79,8 @@ BUILD()
|
||||
{
|
||||
LDFLAGS="-lbsd -lnetwork" CFLAGS="-D_DEFAULT_SOURCE" \
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir
|
||||
--bindir=$commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user