summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2016-03-08 22:40:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-09 00:01:02 +0100
commit599b3a9f59a9136f16a8d637d629084137ae1692 (patch)
treebc67a0af0aba972e5924f07e967c97001fbc9b4e /package/gcc
parent65095cea34c2fac01863a36949243b817ff836a4 (diff)
downloadbuildroot-599b3a9f59a9136f16a8d637d629084137ae1692.tar.gz
buildroot-599b3a9f59a9136f16a8d637d629084137ae1692.zip
hostapd: fix musl issues
Add two patches to fix build issues with the musl libc. The first patch "0003-vlan-fix-musl-build-error" fixes the undefined __caddr_t build error. __caddr_t is a legacy BSD type and should be avoided in modern implementations. The second patch "0004-vlan-fix-musl-libc-conflict-with-Linux-kernel-header" fixes a typical musl libc header conflict with the Linux kernel header. We avoid including the conflicting Linux header file by defining the needed macros directly in the needing hostapd source file. Fixes: http://autobuild.buildroot.net/results/c26/c265cfada20621a631e9d118b9633df80b0e4864/ http://autobuild.buildroot.net/results/658/658c5e2fe6e3a4ad74ca47c926426e95eac0b9ec/ http://autobuild.buildroot.net/results/578/5787805b3e1487c4f85c3a367ed88e8730078b8e/ http://autobuild.buildroot.net/results/42d/42d8be008dcb07e9ec26ce10c797deb43ed86568/ Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud