Thanks, this slipped in somehow between testing and committing.

fixed in r745475 (I like the number).

Cheers
Jan
--

On 18 Feb 2009, at 11:43, Robert Dionne wrote:

Is there perhaps a typo in this? See attached





On Feb 18, 2009, at 4:57 AM, Jan Lehnardt (JIRA) wrote:


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

Jan Lehnardt closed COUCHDB-170.
--------------------------------

      Resolution: Fixed
   Fix Version/s: 0.9

This is fixed in r745459. Thanks for reporting.

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
           Fix For: 0.9


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.



Reply via email to