diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 20:11:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-08 20:11:54 +0000 |
commit | a6409fede4516c2db847c93a688dca6e59778816 (patch) | |
tree | 5ed1409fad943108c8eeb9d5deab35306fbd3e2c /make/wget.mk | |
parent | 1dc7f8ff40610cccf08e7608411ab808277b11bd (diff) | |
download | buildroot-novena-a6409fede4516c2db847c93a688dca6e59778816.tar.gz buildroot-novena-a6409fede4516c2db847c93a688dca6e59778816.zip |
use $(DISABLE_NLS) instead of --disable-nls
Diffstat (limited to 'make/wget.mk')
-rw-r--r-- | make/wget.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/wget.mk b/make/wget.mk index d5f7c4302..3b67b3faa 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 |