]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libsepol: Remove use of cdefs.h
authorAdam Duskett <Aduskett@gmail.com>
Fri, 8 Jul 2016 21:45:36 +0000 (17:45 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 24 Jul 2016 21:52:23 +0000 (23:52 +0200)
commitcdb10772c7d7dc93c2578bd4109b40932311f861
tree5d08594c47dfac0cde6d12e4dcf42fff9d47415f
parentbd3c4d8c7f69cb5e741786ba9970fffe57c9f6cc
package/libsepol: Remove use of cdefs.h

Libsepol uses cdefs.h which is a internal glibc header.
This header is not intended to be used by any program and will cause
compiling against musl (and possibly other c libraries) to fail.
This patch fixed this issue and replaces all references of

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsepol/0005-replace-cdefs.patch [new file with mode: 0644]