From 96a99b7a5979390ccbabaf8460697c37ae43cd55 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 13 Dec 2019 13:16:29 +0100 Subject: [PATCH] libheif: Do not build static versions of library --- libheif.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libheif.be0 b/libheif.be0 index d11a6f144..685c32f57 100755 --- a/libheif.be0 +++ b/libheif.be0 @@ -22,7 +22,8 @@ BEE_BUILDTYPE=autotools mee_configure() { bee_configure \ - --disable-go + --disable-go \ + --disable-static } #mee_build() {