From 7629bf9a82c01581dc63a45416b4fae1fce0a02e Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 4 Jun 2013 16:03:34 +1000 Subject: package wget: enable mingw-w64 builds --- src/wget.mk | 6 ++---- 1 file 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 = -- cgit v0.12