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 }