wget2, disable static library (#8367)

This commit is contained in:
Schrijvers Luc
2023-04-13 16:13:08 +02:00
committed by GitHub
parent 1ab67b3c31
commit 77d108ebde

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2012-2015 Tim Ruehsen
2015-2022 Free Software Foundation, Inc."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftpmirror.gnu.org/wget/wget2-$portVersion.tar.gz"
CHECKSUM_SHA256="0bb7fa03697bb5b8d05e1b5e15b863440826eb845874c4ffb5e32330f9845db1"
@@ -108,7 +108,8 @@ BUILD()
--bindir="$commandBinDir" \
--with-ssl=openssl \
--with-bzip2 \
--with-lzma
--with-lzma \
--disable-static
make
}