From db11397c879fb9d2ac592a92242e2594e8ddd969 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 19 Mar 2023 08:15:26 +0100 Subject: [PATCH] xar, disable static library (#7988) --- app-arch/xar/xar-1.6.1.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-arch/xar/xar-1.6.1.recipe b/app-arch/xar/xar-1.6.1.recipe index ca738616b..8f93a0ebc 100644 --- a/app-arch/xar/xar-1.6.1.recipe +++ b/app-arch/xar/xar-1.6.1.recipe @@ -11,7 +11,7 @@ meta-data." HOMEPAGE="https://mackyle.github.io/xar/" COPYRIGHT="2005 Rob Braun" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/downloads/mackyle/xar/xar-$portVersion.tar.gz" CHECKSUM_SHA256="ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e" PATCHES="xar-$portVersion.patchset" @@ -70,7 +70,9 @@ BUILD() libtoolize --force --copy --install aclocal autoconf - runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir + runConfigure --omit-dirs binDir ./configure \ + --bindir=$commandBinDir \ + --disable-static make }