• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/grep/grep.mk
Thomas PetazzoniThomas Petazzoni committed 8276c96fc9019 May 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# grep
4
#
5
################################################################################
6
​
7
GREP_VERSION = 3.0
8
GREP_SITE = $(BR2_GNU_MIRROR)/grep
9
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
10
GREP_LICENSE = GPL-3.0+
11
GREP_LICENSE_FILES = COPYING
12
GREP_CONF_OPTS = --disable-perl-regexp \
13
    $(if $(BR2_TOOLCHAIN_USES_MUSL),--with-included-regex)
14
​
15
# Can use libintl if available
16
ifeq ($(BR2_PACKAGE_GETTEXT),y)
17
GREP_DEPENDENCIES += gettext
18
endif
19
​
20
# link with iconv if enabled
21
ifeq ($(BR2_PACKAGE_LIBICONV),y)
22
GREP_CONF_ENV += LIBS=-liconv
23
GREP_DEPENDENCIES += libiconv
24
endif
25
​
26
# link with pcre if enabled
27
ifeq ($(BR2_PACKAGE_PCRE),y)
28
GREP_CONF_OPTS += --enable-perl-regexp
29
GREP_DEPENDENCIES += pcre
30
endif
31
​
32
# Full grep preferred over busybox grep
33
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
34
GREP_DEPENDENCIES += busybox
35
endif
36
​
37
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.