From ae48c933c7410008004a33d6f31038078c626c5b Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 26 Jan 2023 13:01:27 +0100 Subject: [PATCH] libvpx: add static lib - rustdesk needs it --- libvpx.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvpx.be0 b/libvpx.be0 index ec1b5cdce..200833b81 100755 --- a/libvpx.be0 +++ b/libvpx.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libvpx-1.12.0-0 +# BEE_VERSION libvpx-1.12.0-1 # SRCURL[0]="https://github.com/webmproject/libvpx/archive/v${PKGVERSION}/libvpx-${PKGVERSION}.tar.gz" SRCURL[0]="https://beehive.molgen.mpg.de/10cf85debdd07be719a35ca3bfb8ea64/libvpx-1.12.0.tar.gz" @@ -27,7 +27,7 @@ mee_configure() { ${S}/configure \ --prefix=${PREFIX} \ --enable-shared \ - --disable-static + --enable-static } mee_build() {