From bd9b7c6c9304799ea34ded1346b4a8e7c51d0d9a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Dec 2022 12:52:51 +0100 Subject: [PATCH] xz_utils, disable static library (#7645) --- app-arch/xz_utils/xz_utils-5.2.5.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-arch/xz_utils/xz_utils-5.2.5.recipe b/app-arch/xz_utils/xz_utils-5.2.5.recipe index 14365c9ec..4f9bacd8b 100644 --- a/app-arch/xz_utils/xz_utils-5.2.5.recipe +++ b/app-arch/xz_utils/xz_utils-5.2.5.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2005-2018 Lasse Collin" LICENSE="GNU LGPL v2.1 GNU GPL v2 GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sourceforge.net/lzmautils/xz-$portVersion.tar.bz2" CHECKSUM_SHA256="5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df" SOURCE_DIR="xz-$portVersion" @@ -87,7 +87,9 @@ defineDebugInfoPackage xz_utils$secondaryArchSuffix \ BUILD() { touch po/t-cs.gmo - runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir + runConfigure --omit-dirs binDir ./configure \ + --bindir=$commandBinDir \ + --disable-static make $jobArgs }