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 366F31EBFF1 for ; Tue, 4 Jan 2011 16:06:48 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 16FE8AE4002; Tue, 4 Jan 2011 16:06:48 +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 4ObjcbpakoVF; Tue, 4 Jan 2011 16:06:47 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id F3BF2AE4001; Tue, 4 Jan 2011 16:06:46 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id D021B6150F516; Tue, 4 Jan 2011 16:06:46 +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 765D660A87547; Tue, 4 Jan 2011 16:06:45 +0000 (UTC) Date: Tue, 4 Jan 2011 17:08:16 +0100 From: Natanael Copa Cc: Matt Smith , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/pcre: enabled unicode properties (UCP) Message-ID: <20110104170816.2e96b88a@ncopa-desktop.nor.wtbts.net> In-Reply-To: <20110103144947.1259c797@ncopa-desktop.nor.wtbts.net> References: <1293850278-20438-1-git-send-email-mcs@darkregion.net> <20110103144947.1259c797@ncopa-desktop.nor.wtbts.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 Mon, 3 Jan 2011 14:49:47 +0100 Natanael Copa wrote: > 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? apparently no. Applied. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---