projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc7f8f
)
use $(DISABLE_NLS) instead of --disable-nls
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 20:11:54 +0000
(20:11 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 8 Oct 2004 20:11:54 +0000
(20:11 -0000)
make/wget.mk
patch
|
blob
|
history
diff --git
a/make/wget.mk
b/make/wget.mk
index d5f7c430204ebf19b6a805ecbf4de1d47165e843..3b67b3faadb805ae3e2538749119e40750b70ea8 100644
(file)
--- 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