[
https://issues.apache.org/jira/browse/COUCHDB-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Smith updated COUCHDB-666:
----------------------------------
Attachment: COUCH-666.patch
Fixes more sed problems during build, and 'find -{max,min}depth' run-time error.
> Solaris sed requires newline character at end of input: causes build failure
> in src/couchdb
> -------------------------------------------------------------------------------------------
>
> Key: COUCHDB-666
> URL: https://issues.apache.org/jira/browse/COUCHDB-666
> Project: CouchDB
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.0
> Environment: Solaris 10
> Reporter: Gavin Sherry
> Attachments: COUCH-666.patch, Makefile.am.diff
>
>
> This patch ensures that couchdb can be build on Solaris which does not have
> GNU sed available. Solaris sed requires an end of line character. Adding a
> new line to the output does not affect other operating systems so I've added
> this for every platform (except Windows, which is in a different ifdef block.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.