From 70c2514b8ab4365fbedeffb5466ae0b21c7fdae5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Thu, 17 Jul 2014 00:00:37 +0200 Subject: package/wget: use the new gettextize infra Instead of using a custom hook to gettextize wget, use the new gettextize infra we just added in the previous patch. Signed-off-by: "Yann E. MORIN" Cc: Gustavo Zacarias Cc: Thomas Petazzoni Cc: Baruch Siach Acked-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/wget/wget.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'package/wget') diff --git a/package/wget/wget.mk b/package/wget/wget.mk index 56ccfb584e..8046a6121d 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -12,14 +12,7 @@ WGET_LICENSE_FILES = COPYING # patching gnulib .m4 file WGET_AUTORECONF = YES - -# Ugly kludge to fix autoreconf with old gettext infra -# We need to gettextize before autoreconf to upgrade -WGET_DEPENDENCIES += host-gettext -define WGET_GETTEXTIZE - cd $(@D) ; $(HOST_DIR)/usr/bin/gettextize -f -endef -WGET_PRE_CONFIGURE_HOOKS += WGET_GETTEXTIZE +WGET_GETTEXTIZE = YES # Prefer full-blown wget over busybox ifeq ($(BR2_PACKAGE_BUSYBOX),y) -- cgit v1.2.1