package wget: enable mingw-w64 builds

This commit is contained in:
Tony Theodore 2013-06-04 16:03:34 +10:00
parent 75c89330d0
commit 7629bf9a82
1 changed files with 2 additions and 4 deletions

View File

@ -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 =