From 1b57e7b101a71f4b40a8c308bd93e55238e671ce Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 1 Apr 2023 10:24:03 +0200 Subject: [PATCH] chafa, disable static library (#8215) --- media-gfx/chafa/chafa-1.12.4.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/chafa/chafa-1.12.4.recipe b/media-gfx/chafa/chafa-1.12.4.recipe index 19d99721d..b24702ca7 100644 --- a/media-gfx/chafa/chafa-1.12.4.recipe +++ b/media-gfx/chafa/chafa-1.12.4.recipe @@ -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 }