Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing compilation on Debian GNU/Hurd #1342

Merged
merged 1 commit into from
Dec 7, 2020
Merged

Conversation

ellert
Copy link
Contributor

@ellert ellert commented Nov 27, 2020

After submitting xrootd to Debian, compilation was attempted on all Debian architectures.
Here is my proposed fix for the compilation on Debian GNU/Hurd.
It mostly consists of replacing
#if defined(linux)
with
#if defined(linux) || defined(GNU)
except for where it isn't. 馃檪
Where the linux code did not work, either the APPLE or FreeBSD could be used, so there is very little new code here.

@simonmichal simonmichal merged commit 93b2f53 into xrootd:master Dec 7, 2020
@ellert ellert deleted the hurd branch December 7, 2020 10:14
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.

None yet

2 participants