libxo, disable static library (#8176)

This commit is contained in:
Schrijvers Luc
2023-03-30 08:16:59 +02:00
committed by GitHub
parent e4b027959d
commit 843526c427

View File

@@ -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
}