summaryrefslogtreecommitdiffstats
path: root/package/grep
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-03-22 14:29:00 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-03-22 14:29:00 +0100
commita96be19bc390e43502ea6dbc4f673665bbc2a318 (patch)
tree1b38c83c3258456f157263a3d508bbc7df2d8da8 /package/grep
parent6a3a58f137ecdd493cacc8981b6fb230dc022390 (diff)
downloadbuildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.tar.gz
buildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/grep')
-rw-r--r--package/grep/grep.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 868e46077..acef6e9d2 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -6,8 +6,7 @@
GREP_VERSION:=2.5.3
GREP_SOURCE:=grep-$(GREP_VERSION).tar.bz2
GREP_SITE:=$(BR2_GNU_MIRROR)/grep
-GREP_CONF_OPT = --disable-perl-regexp --without-included-regex \
- $(DISABLE_NLS) $(DISABLE_LARGEFILE)
+GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
GREP_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),gettext libintl)