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