chafa, disable static library (#8215)

This commit is contained in:
Schrijvers Luc
2023-04-01 10:24:03 +02:00
committed by GitHub
parent 096933a05d
commit 1b57e7b101

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2018-2022 Hans Petter Jansson et al
2008 Sean Fox"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/hpjansson/chafa/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="6a76719a1d67b772dcf81cd6959cfebae74ea1c92a09759e11b52f30b9345d40"
@@ -78,7 +78,8 @@ BUILD()
mkdir -p m4
NOCONFIGURE=1 ./autogen.sh
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir
--bindir=$commandBinDir \
--disable-static
make $jobArgs OBJ_DIR=objects
}