projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8338b
)
package/pcre: add host variant
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 28 Sep 2014 10:02:11 +0000
(12:02 +0200)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/pcre/pcre.mk
b/package/pcre/pcre.mk
index f4f85c24961f0dae9d58d5a10ed765b4dab9767e..4ff7abd874914a32eded207a79b46adf6b3bb832 100644
(file)
--- 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))