summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-06-04 06:03:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-06-04 06:03:34 (GMT)
commit7629bf9a82c01581dc63a45416b4fae1fce0a02e (patch)
tree36a1a506a9ee2d6b202de373da80096073f60c41 /src
parent75c89330d053897ddbe7a1842da571ebd9e1d452 (diff)
downloadmxe-7629bf9a82c01581dc63a45416b4fae1fce0a02e.zip
mxe-7629bf9a82c01581dc63a45416b4fae1fce0a02e.tar.gz
mxe-7629bf9a82c01581dc63a45416b4fae1fce0a02e.tar.bz2
package wget: enable mingw-w64 builds
Diffstat (limited to 'src')
-rw-r--r--src/wget.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wget.mk b/src/wget.mk
index fe4979e..a46f78e 100644
--- a/src/wget.mk
+++ b/src/wget.mk
@@ -22,9 +22,7 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
- --with-ssl=gnutls
+ --with-ssl=gnutls \
+ CFLAGS='-DIN6_ARE_ADDR_EQUAL=IN6_ADDR_EQUAL'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
-
-$(PKG)_BUILD_x86_64-w64-mingw32 =
-$(PKG)_BUILD_i686-w64-mingw32 =