From: jow Date: Tue, 24 May 2011 08:40:37 +0000 (+0000) Subject: [packages] libpcre: enable unicode property support (required by php) (#9360) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a16ccf01e72a2362c43c5f32f4214d9dffd909f;p=packages.git [packages] libpcre: enable unicode property support (required by php) (#9360) git-svn-id: svn://svn.openwrt.org/openwrt/packages@26978 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index 4d5378ab6..ae567b76e 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre PKG_VERSION:=8.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pcre @@ -43,6 +43,7 @@ TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-utf8 \ + --enable-unicode-properties \ ifneq ($(CONFIG_PACKAGE_libpcrecpp),) CONFIGURE_ARGS+= --enable-cpp