From d1b8a07716b8354838c7130b98c0a26a9da2ff0c Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 15 Apr 2023 13:09:30 +0200 Subject: [PATCH] libraw, disable static library (#8397) --- media-libs/libraw/libraw-0.20.2.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/libraw/libraw-0.20.2.recipe b/media-libs/libraw/libraw-0.20.2.recipe index ba75cb955..45845eeb0 100644 --- a/media-libs/libraw/libraw-0.20.2.recipe +++ b/media-libs/libraw/libraw-0.20.2.recipe @@ -10,7 +10,7 @@ HOMEPAGE="https://www.libraw.org/" COPYRIGHT="2008-2018 LibRaw LLC" LICENSE="GNU LGPL v2.1 CDDL v1" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.libraw.org/data/LibRaw-$portVersion.tar.gz" CHECKSUM_SHA256="dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6" SOURCE_DIR="LibRaw-$portVersion" @@ -123,7 +123,9 @@ defineDebugInfoPackage libraw$secondaryArchSuffix "${debugList[@]}" BUILD() { autoreconf -fi - runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" + runConfigure --omit-dirs binDir ./configure \ + --bindir="$commandBinDir" \ + --disable-static make $jobArgs }