From 172f28efee9d274623bbfc04d92ff750820a5998 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 5 Jan 2023 10:20:24 +0100 Subject: [PATCH] libmicrohttpd, disable static library (#7728) --- net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe index 7b5ab8918..85427f62a 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.72.recipe @@ -28,7 +28,7 @@ simple WWW pages from within your C or C++ application, check it out." HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" COPYRIGHT="2017 Free Software Foundation, Inc." LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$portVersion.tar.gz" CHECKSUM_SHA256="0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8" PATCHES="libmicrohttpd-$portVersion.patchset" @@ -87,7 +87,7 @@ BUILD_PREREQUIRES=" BUILD() { autoreconf -fi - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }