Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598782 > unrolled thread
| Started by | Hauke Mehrtens <hauke@hauke-m.de> |
|---|---|
| First post | 2017-03-12 23:10 +0100 |
| Last post | 2017-03-12 23:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/4] uapi glibc compat: fix musl libc compatibility Hauke Mehrtens <hauke@hauke-m.de> - 2017-03-12 23:10 +0100
| From | Hauke Mehrtens <hauke@hauke-m.de> |
|---|---|
| Date | 2017-03-12 23:10 +0100 |
| Subject | [PATCH 0/4] uapi glibc compat: fix musl libc compatibility |
| Message-ID | <tkjQB-7HV-7@gated-at.bofh.it> |
The code from libc-compat.h depends on some glibc specific defines and causes compile problems with the musl libc. These patches remove some of the glibc dependencies. With these patches the LEDE (OpenWrt) base user space applications can be build with unmodified kernel headers and musl libc. This was compile tested with the user space from LEDE (OpenWrt) with musl 1.1.16, glibc 2.25 and uClibc-ng 1.0.22. David Heidelberger (1): uapi/if_ether.h: prevent redefinition of struct ethhdr Hauke Mehrtens (3): uapi glibc compat: add libc compat code when not build for kernel uapi glibc compat: fix build if libc defines IFF_ECHO uapi glibc compat: Do not check for __USE_MISC include/uapi/linux/if_ether.h | 3 +++ include/uapi/linux/libc-compat.h | 25 +++++++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web