wget: Remove metalink option
libmetalink was removed previously
This commit is contained in:
@@ -5,7 +5,7 @@ _realname=wget
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=1.20.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Wget retrieves files using HTTP, HTTPS and FTP (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
@@ -52,7 +52,6 @@ build() {
|
||||
--host=${MINGW_CHOST} \
|
||||
--target=${MINGW_CHOST} \
|
||||
--with-ssl=openssl \
|
||||
--with-metalink \
|
||||
--with-libidn=${MINGW_PREFIX} \
|
||||
--disable-xattr \
|
||||
"${configure_opts[@]}" \
|
||||
|
||||
Reference in New Issue
Block a user