X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 089241EBFF1 for ; Mon, 3 Jan 2011 13:48:30 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 442B2AE4002; Mon, 3 Jan 2011 13:48:29 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SqIzATMNPe7r; Mon, 3 Jan 2011 13:48:28 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 6B65BAE4001; Mon, 3 Jan 2011 13:48:28 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 2977A6150F513; Mon, 3 Jan 2011 13:48:28 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id ECF9460A87547; Mon, 3 Jan 2011 13:48:27 +0000 (UTC) Date: Mon, 3 Jan 2011 14:49:47 +0100 From: Natanael Copa To: Matt Smith Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/pcre: enabled unicode properties (UCP) Message-ID: <20110103144947.1259c797@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1293850278-20438-1-git-send-email-mcs@darkregion.net> References: <1293850278-20438-1-git-send-email-mcs@darkregion.net> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 31 Dec 2010 20:51:18 -0600 Matt Smith wrote: > --- > main/pcre/APKBUILD | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD > index ff18dbf..e4f0430 100644 > --- a/main/pcre/APKBUILD ... > ./configure --prefix=/usr \ > --enable-utf8 \ > + --enable-unicode-properties \ > --with-match-limit-recursion=8192 \ ... Will this change break ABI compatibility? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---