Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8CA010EF7 for ; Thu, 19 Sep 2013 14:12:54 +0000 (UTC) Received: (qmail 74638 invoked by uid 500); 19 Sep 2013 14:12:54 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 74552 invoked by uid 500); 19 Sep 2013 14:12:53 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 74520 invoked by uid 99); 19 Sep 2013 14:12:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 14:12:52 +0000 Date: Thu, 19 Sep 2013 14:12:52 +0000 (UTC) From: "Alexander Broekhuis (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CELIX-71) FindAPR does not look in default APR directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CELIX-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Broekhuis resolved CELIX-71. -------------------------------------- Resolution: Fixed Fix Version/s: 0.0.2-incubating Although I find this install location a bit strange.. I applied the provided patch. Normally the paths can be setup using cmake (and the advanced view) but since this seems to be the APR default, I think updating the FindAPR module makes sense. ------------- Author: abroekhuis Date: Thu Sep 19 14:08:09 2013 New Revision: 1524743 URL: http://svn.apache.org/r1524743 Log: CELIX-71: Applied patch > FindAPR does not look in default APR directories > ------------------------------------------------ > > Key: CELIX-71 > URL: https://issues.apache.org/jira/browse/CELIX-71 > Project: Celix > Issue Type: Improvement > Reporter: Mike van Dongen > Assignee: Alexander Broekhuis > Priority: Minor > Fix For: 0.0.2-incubating > > Attachments: CELIX_FindAPR_not_looking_in_default_directories.diff > > > When installing APR and APR-UTIL from source, by default the includes will be placed here: > /usr/local/apr/include/apr-1 > And the libraries will be placed here: > /usr/local/apr/lib > The current FindAPR.cmake does not include these directories when looking for headers or libraries. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira