summaryrefslogtreecommitdiffstats
path: root/src/wget.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-09-27 23:42:02 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-09-28 00:01:06 (GMT)
commit24c22847a38904bb138bdb0fd48652ff1726cf43 (patch)
tree8a043dcd8a55d653db2a675b18e975811d3a1ee3 /src/wget.mk
parente85a66fd50fa8f5d3ccae1e050809a648fef0b58 (diff)
downloadmxe-24c22847a38904bb138bdb0fd48652ff1726cf43.zip
mxe-24c22847a38904bb138bdb0fd48652ff1726cf43.tar.gz
mxe-24c22847a38904bb138bdb0fd48652ff1726cf43.tar.bz2
wget: use MXE_CONFIGURE_OPTS
Diffstat (limited to 'src/wget.mk')
-rw-r--r--src/wget.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wget.mk b/src/wget.mk
index fcf7bd2..ed9e68e 100644
--- a/src/wget.mk
+++ b/src/wget.mk
@@ -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'