You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Antony Blakey (JIRA)" <ji...@apache.org> on 2008/12/04 03:35:44 UTC

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

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
            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.