wget: remove old workaround for symbol clash with gnutls

This commit is contained in:
Mark Brand 2017-01-14 11:19:37 +01:00
parent 6d54c37db6
commit 2c8cfcc33e
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# avoid conflict with base64_encode from gnutls
$(if $(BUILD_STATIC), $(SED) -i 's/^base64_encode /wget_base64_encode /;' '$(1)/src/utils.c')
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-ssl=gnutls \