diff --git a/media-gfx/iec16022/iec16022-0.3.0.recipe b/media-gfx/iec16022/iec16022-0.3.0.recipe index 03907b621..d9b9e81dd 100644 --- a/media-gfx/iec16022/iec16022-0.3.0.recipe +++ b/media-gfx/iec16022/iec16022-0.3.0.recipe @@ -5,7 +5,7 @@ HOMEPAGE="https://rdoeffinger.github.io/" COPYRIGHT="2006-2010 Stefan Schmidt 2009-2017 AAISP Development Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/rdoeffinger/iec16022/releases/download/v0.3.0/iec16022-$portVersion.tar.xz" CHECKSUM_SHA256="f36d6472ad1315bf4d0f905b6ce83a811468d90733e758a00c3147b9cdbe33ae" @@ -63,7 +63,9 @@ defineDebugInfoPackage iec16022$secondaryArchSuffix \ BUILD() { - runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir + runConfigure --omit-dirs binDir ./configure \ + --bindir=$commandBinDir \ + --disable-static make $jobArgs }