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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building with busybox sh and musl libraries #2500

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

pqarmitage
Copy link
Collaborator

No description provided.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
The musl headers do not allow including both <linux/if_ether.h> and
<net/ethernet.h> since they both define struct ethhdr.

It is likely that we do not need to include <linux/if_ether.h> at all
since with both glibc and musl including  <net/ethernet.h> is sufficient,
but removing <linux/if_ether.h> is for another day.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Oracle Linux 7 goes EOL in under two months.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
@pqarmitage pqarmitage merged commit 1fbccf8 into acassen:master Nov 7, 2024
10 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.

1 participant