libmicrohttpd, disable static library (#7728)

This commit is contained in:
Schrijvers Luc
2023-01-05 10:20:24 +01:00
committed by GitHub
parent 2f172ea952
commit 172f28efee

View File

@@ -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
}