You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2009/01/24 13:51:59 UTC

[jira] Assigned: (COUCHDB-170) user provided javascript lib path should precede system library paths

     [ https://issues.apache.org/jira/browse/COUCHDB-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt reassigned COUCHDB-170:
------------------------------------

    Assignee: Noah Slater

> user provided javascript lib path should precede system library paths
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-170
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-170
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 0.8.1
>         Environment: OSX 10.5
>            Reporter: Antony Blakey
>            Assignee: Noah Slater
>            Priority: Minor
>
> In configure.ac, this line:
>   LIB_FLAGS="-L/usr/local/lib -L/opt/local/lib $JS_LIB_FLAGS"
> makes it difficult to provide an alternative path to the javascript library, which you might want to provide when building couch for use in a standalone environment such as CouchDBX. That line would be better as:
>   LIB_FLAGS="$JS_LIB_FLAGS -L/usr/local/lib -L/opt/local/lib"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.