Teddy Caddy created COUCHDB-2761:
------------------------------------
Summary: Build errors in Fedora 22 regarding _BSD_SOURCE
Key: COUCHDB-2761
URL: https://issues.apache.org/jira/browse/COUCHDB-2761
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Build System
Reporter: Teddy Caddy
When building from source on Fedora 22 64bit, it configures OK, but when you
try to run `make`, it outputs this error message:
_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE
If I grep through all the source files and replace "_BSD_SOURCE" with
"_DEFAULT_SOURCE", `make` will run OK.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)