Skip to content

Fix build for other modern unix systems - #4

Merged
grafov merged 2 commits into
masterfrom
fix-netbsd
Oct 22, 2025
Merged

Fix build for other modern unix systems#4
grafov merged 2 commits into
masterfrom
fix-netbsd

Conversation

@grafov

@grafov grafov commented Oct 22, 2025

Copy link
Copy Markdown
Member

Removed XOPEN_SOURCE=500 because it is too old and restrictive. _DEFAULT_SOURCE should be used by default. That will be a good mix of standard POSIX functions and common GNU extensions without being as "all-inclusive" as _GNU_SOURCE.

Directory creation for man page was fixed in #2.

Change fixes #3 reported by @0-wiz-0.

Removed XOPEN_SOURCE=500 because it is too old and restrictive.
_DEFAULT_SOURCE should be used by default. That will be a good mix of
standard POSIX functions and common GNU extensions without being as
"all-inclusive" as _GNU_SOURCE.

Directory creation for man page was fixed in #2.

Change fixes #3 reported by @0-wiz-0.
@grafov
grafov merged commit 9aaaadc into master Oct 22, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NetBSD compilation problem

1 participant