void-linux / xbps

The X Binary Package System (XBPS)
https://voidlinux.org/xbps/
Other
822 stars 124 forks source link

`_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE` #576

Closed pbsds closed 10 months ago

pbsds commented 1 year ago

On glibc 3.38.23 i get the warning-turned-error:

_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE

The fix seems to additionally define _DEFAULT_SOURCE whenever _BSD_SOURCE is defined.

classabbyamp commented 10 months ago

fixed by #581