From: Mike Frysinger Date: Fri, 8 Oct 2004 20:11:54 +0000 (-0000) Subject: use $(DISABLE_NLS) instead of --disable-nls X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6409fede4516c2db847c93a688dca6e59778816;p=buildroot.git use $(DISABLE_NLS) instead of --disable-nls --- diff --git a/make/wget.mk b/make/wget.mk index d5f7c43020..3b67b3faad 100644 --- a/make/wget.mk +++ b/make/wget.mk @@ -28,7 +28,7 @@ $(WGET_DIR)/.configured: $(WGET_DIR)/.unpacked --build=$(GNU_HOST_NAME) \ --prefix=/ \ --disable-ipv6 \ - --disable-nls \ + $(DISABLE_NLS) \ --without-ssl \ ); touch $(WGET_DIR)/.configured