summaryrefslogtreecommitdiff
path: root/package/pcre
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 21:10:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 21:11:32 +0200
commit8b30df1cf5ff7c5a675d6d9451decc8c99f886bd (patch)
tree6a69ceb4fb89359b383f92dd9ceeb6ec3e2e4319 /package/pcre
parentacfc282e2c4256e2dfcc32dfe4b83ddfdbb3cc95 (diff)
enable unicode props for xbmc
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile
index aa6b10973..ebf04b467 100644
--- a/package/pcre/Makefile
+++ b/package/pcre/Makefile
@@ -5,9 +5,9 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= pcre
PKG_VERSION:= 8.34
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= eb34b2c9c727fd64940d6fd9a00995eb
-PKG_DESCR:= a Perl Compatible Regular Expression library
+PKG_DESCR:= Perl Compatible Regular Expression library
PKG_SECTION:= libs
PKG_BUILDDEPS:= gettext-tiny
PKG_URL:= http://www.pcre.org/
@@ -32,7 +32,8 @@ $(eval $(call PKG_template,LIBPCRE,libpcre,${PKG_VERSION}-${PKG_RELEASE},${PKG_D
$(eval $(call PKG_template,LIBPCRECPP,libpcrecpp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBPCRECPP},${PKG_SECTION}))
HOST_STYLE:= auto
-CONFIGURE_ARGS+= --enable-utf
+CONFIGURE_ARGS+= --enable-utf \
+ --enable-unicode-properties
XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS}
libpcre-install: