summaryrefslogtreecommitdiffstats
path: root/package/pcre
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-09-28 12:02:11 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-04 19:16:40 +0200
commit6f37778ab87e40a6be43434a6c38bbd4d1b8961a (patch)
tree98d565b8d0cde50dc8243d0011bcc0efe00c1590 /package/pcre
parented8338b8683d89af895fb4d130c9344b38277b8b (diff)
downloadbuildroot-6f37778ab87e40a6be43434a6c38bbd4d1b8961a.tar.gz
buildroot-6f37778ab87e40a6be43434a6c38bbd4d1b8961a.zip
package/pcre: add host variant
Needed by leafnode2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/pcre.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index f4f85c2496..4ff7abd874 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -23,3 +23,4 @@ PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_UTF),--enable-utf,--disable-utf)
PCRE_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE_UCP),--enable-unicode-properties,--disable-unicode-properties)
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud