diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-09-28 12:02:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-04 19:16:40 +0200 |
commit | 6f37778ab87e40a6be43434a6c38bbd4d1b8961a (patch) | |
tree | 98d565b8d0cde50dc8243d0011bcc0efe00c1590 /package/pcre | |
parent | ed8338b8683d89af895fb4d130c9344b38277b8b (diff) |
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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk index f4f85c249..4ff7abd87 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)) |