Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49703DC7D for ; Tue, 26 Jun 2012 14:54:16 +0000 (UTC) Received: (qmail 61087 invoked by uid 500); 26 Jun 2012 14:54:14 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 61005 invoked by uid 500); 26 Jun 2012 14:54:14 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 60973 invoked by uid 99); 26 Jun 2012 14:54:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 14:54:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 14:54:06 +0000 Received: from [9.155.131.113] (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id 8F48D1BB0EAA for ; Tue, 26 Jun 2012 16:53:39 +0200 (CEST) Message-ID: <4FE9CCF0.1090202@a-w-f.de> Date: Tue, 26 Jun 2012 16:53:36 +0200 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Support of system libraries for apr,apr-util,serf,coinmp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Tue, 26 Jun 2012 16:53:39 +0200 (CEST) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 8F48D1BB0EAA.A3749 X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No Hi all, I just checked in my changes for issue 118906 [1] that adds support for system libraries for apr, apr-util, serf, and coinmp. These modules can be found in ext_libraries/. By default we still build our own versions of these libraries, so unless you pass any of the switches --with-system-apr --with-system-apr-util --with-system-serf --with-system-coinmp to configure, you should not be able to spot any differences. I have been able to verify the use of the system libraries only on Linux, because on the other platforms I could not successfully install the libraries. There may be minor problems with the OS/2 port. I don't have that platform available for testing but am, of course, willing to help fix any regression. Best regards, Andre [1] https://issues.apache.org/ooo/show_bug.cgi?id=118906