Skip to content

Conversation

@patrick-irc
Copy link
Member

@patrick-irc patrick-irc commented Jan 9, 2025

configure and setup.h have been regenerated. Tested on Linux and FreeBSD.
I would ignore clang-format in this PR.

@patrick-irc patrick-irc changed the title Removed #define INET6 Remove #define INET6 Jan 9, 2025
@patrick-irc patrick-irc linked an issue Jan 9, 2025 that may be closed by this pull request
Copy link
Collaborator

@mjrider mjrider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to work as expected, i found 1 change in updating configure which whould be an unintended change
man pages where installed in $prefix/man/man.X/.... but now it will installed in $prefix/share/man/man.X/....
this is because this change

-mandir='${prefix}/man'
+mandir='${datarootdir}/man'

and datarootdir is ${prefix}/share/

if that change is acceptable, then it is approved

@patrick-irc
Copy link
Member Author

man pages work on Linux and FreeBSD

@patrick-irc patrick-irc merged commit c1afc33 into master Jan 15, 2025
1 check failed
@patrick-irc patrick-irc deleted the ipv6-less branch January 15, 2025 15:55
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.

Remove ipv4 only compile flag

3 participants