wget: use MXE_CONFIGURE_OPTS

This commit is contained in:
Mark Brand 2015-09-28 01:42:02 +02:00
parent e85a66fd50
commit 24c22847a3
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC), $(SED) -i 's/^base64_encode /wget_base64_encode /;' '$(1)/src/utils.c')
$(SED) -i 's/-lidn/`$(TARGET)-pkg-config --libs libidn`/g;' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--with-ssl=gnutls \
CFLAGS='-DIN6_ARE_ADDR_EQUAL=IN6_ADDR_EQUAL' \
LIBS='-lpthread'