From 6f37778ab87e40a6be43434a6c38bbd4d1b8961a Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 28 Sep 2014 12:02:11 +0200 Subject: [PATCH] package/pcre: add host variant Needed by leafnode2. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/pcre/pcre.mk | 1 + 1 file changed, 1 insertion(+) 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))