Browse Source

grep: be sure to have pcre-host first

Waldemar Brodkorb 7 years ago
parent
commit
79c228be8c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/grep/Makefile

+ 1 - 0
package/grep/Makefile

@@ -11,6 +11,7 @@ PKG_DESCR:=		global search for a regex
 PKG_SECTION:=		base/tools
 PKG_DEPENDS:=		libpcre
 PKG_BUILDDEP:=		pcre
+HOST_BUILDDEP:=		pcre-host
 PKG_URL:=		http://www.gnu.org/software/grep/
 PKG_SITES:=		${MASTER_SITE_GNU:=grep/}
 PKG_NOPARALLEL:=	1