package/pcre: add host variant
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 28 Sep 2014 10:02:11 +0000 (12:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Oct 2014 17:16:40 +0000 (19:16 +0200)
Needed by leafnode2.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pcre/pcre.mk

index f4f85c24961f0dae9d58d5a10ed765b4dab9767e..4ff7abd874914a32eded207a79b46adf6b3bb832 100644 (file)
@@ -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))