diff --git a/media-libs/libheif/libheif-1.12.0.recipe b/media-libs/libheif/libheif-1.12.0.recipe index 6ae3fa89d..db7538693 100644 --- a/media-libs/libheif/libheif-1.12.0.recipe +++ b/media-libs/libheif/libheif-1.12.0.recipe @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/strukturag/libheif" COPYRIGHT="2017-2020 Struktur AG" LICENSE="MIT GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/strukturag/libheif/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65" @@ -99,7 +99,8 @@ BUILD() runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir \ --disable-gdk-pixbuf \ - --enable-tests + --enable-tests \ + --disable-static make $jobArgs }