|
@@ -10,6 +10,8 @@ GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
|
GREP_LICENSE = GPL-3.0+
|
|
GREP_LICENSE = GPL-3.0+
|
|
GREP_LICENSE_FILES = COPYING
|
|
GREP_LICENSE_FILES = COPYING
|
|
GREP_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
GREP_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
+# install into /bin like busybox grep
|
|
|
|
+GREP_CONF_OPTS = --exec-prefix=/
|
|
|
|
|
|
# link with iconv if enabled
|
|
# link with iconv if enabled
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|