Build on GNU Hurd.#36
Conversation
This oneliner makes openrsync build on GNU Hurd, which needs `_GNU_SOURCE` set, the same as Linux.
|
Can I ask you to bring this up on https://github.com/kristapsdz/oconfigure? That's where this script comes from. I'd love to have proper support for Hurd! |
For sure, thank you for the redirect! |
|
@ieure If you need help with the oconfigure tests let me know. I have not looked at it yet but probably following what is done for linux/glibc is enough |
Extend the existing `#ifdef` for Linux / MINT / WASI to check `__GNU__`, which sets the `_GNU_SOURCE` define needed to build on Hurd. Regenerate `configure` after that change. re kristapsdz/openrsync#36
Extend the existing `#ifdef` for Linux / MINT / WASI to check `__GNU__`, which sets the `_GNU_SOURCE` define needed to build on Hurd. Regenerate `configure` after that change. re kristapsdz/openrsync#36
Would be greatly appreciated, since I don't have a Hurd setup. I opened kristapsdz.oconfigure#29, if you want to run those tests, that's be great. Looks like |
This oneliner makes openrsync build on GNU Hurd, which needs
_GNU_SOURCEset, the same as Linux.