Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 37842 invoked from network); 13 Oct 2010 23:52:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 23:52:00 -0000 Received: (qmail 25690 invoked by uid 500); 13 Oct 2010 23:51:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 25616 invoked by uid 500); 13 Oct 2010 23:51:59 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 25608 invoked by uid 99); 13 Oct 2010 23:51:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 23:51:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 23:51:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9DNpZex026843 for ; Wed, 13 Oct 2010 23:51:36 GMT Message-ID: <4994349.134431287013895742.JavaMail.jira@thor> Date: Wed, 13 Oct 2010 19:51:35 -0400 (EDT) From: "Tracy Flynn (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-919) Add build options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add build options ----------------- Key: COUCHDB-919 URL: https://issues.apache.org/jira/browse/COUCHDB-919 Project: CouchDB Issue Type: Improvement Components: Build System Affects Versions: 1.0.1 Environment: *.nix, OS X Reporter: Tracy Flynn Priority: Minor Add some build options to support non-default organization of CouchDB dependencies. If /usr/local is taken as an example for the default installation directory (prefix) for CouchDB, then the installation works without modification only if other dependencies are configured and built with the same prefix. Some options allow the changing of the location of the dependency - e.g. --with-js-lib for Spidermonkey The standard set appears to be: --with-erlang=PATH set PATH to the Erlang include directory --with-js-include=PATH set PATH to the SpiderMonkey include directory --with-js-lib=PATH set PATH to the SpiderMonkey library directory --with-openssl-bin-dir=PATH path to the open ssl binaries for distribution on Windows A suggestion for others that would help with dependencies in non-standard location: --with-openssl-dir - for the general OpenSSL case --with-icu-dir= (might need a greater number of options - I'm not familiar with the full feature set for ICU) --with-curl-dir= -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.