mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libmicrohttpd, disable static library (#7728)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user