diff --git a/net-misc/wget2/wget2-2.0.1.recipe b/net-misc/wget2/wget2-2.0.1.recipe index ff3d47783..0b5ccaa31 100644 --- a/net-misc/wget2/wget2-2.0.1.recipe +++ b/net-misc/wget2/wget2-2.0.1.recipe @@ -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 }