-
Notifications
You must be signed in to change notification settings - Fork 231
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
Fails to build with 4.9 & musl libc #73
Comments
@jku: The problem is always here in mainline and up-to-date linux kernel? |
Sorry, I wouldn't know: I've not compiled anything for musl in a few years. |
@jku: Ok :/ |
Hi, |
@yegorich, @mjeveritt, @Polynomial-C, @RICCIARDI-Adrien, @jku: Have you tested, perfect for you? Linked to: |
I can't speak to #51 at this stage, but the other two are definitely covered in Gentoo musl's patch here . Tangentially I'm helping with #111 so that we can eliminate many of the Gentoo 'glibc'/vanilla patches for ppp, since we were looking to merge musl support into the main ::gentoo repository anyway. This will be a good tidy-up for the distro 😄 . |
pppol2tp plugin fails to build with linux 4.9 headers and musl libc with:
I've fixed this locally by removing
#include <linux/if_pppox.h>
from openl2tp.c and pppol2tp.c as the include isn't actually needed, but I'm unsure whether this is the fix you'd like upstream... Let me know if you'd rather have a PR.The text was updated successfully, but these errors were encountered: