From a96be19bc390e43502ea6dbc4f673665bbc2a318 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 22 Mar 2010 14:29:00 +0100 Subject: package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args Makefile.autotools.in automatically adds these to the configure invocation, so there's no need to explicitly list them. Signed-off-by: Peter Korsgaard --- package/wget/wget.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/wget/wget.mk') diff --git a/package/wget/wget.mk b/package/wget/wget.mk index cb0c60aa3..23c82af4f 100644 --- a/package/wget/wget.mk +++ b/package/wget/wget.mk @@ -6,7 +6,6 @@ WGET_VERSION = 1.12 WGET_SITE = $(BR2_GNU_MIRROR)/wget -WGET_CONF_OPT = $(DISABLE_IPV6) ifeq ($(BR2_PACKAGE_OPENSSL),y) WGET_CONF_OPT += --with-ssl --with-libssl-prefix=$(STAGING_DIR) -- cgit v1.2.3