From 8b30df1cf5ff7c5a675d6d9451decc8c99f886bd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 21:10:54 +0200 Subject: enable unicode props for xbmc --- package/pcre/Makefile | 7 ++++--- 1 file 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: -- cgit v1.2.3