Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.