3947b14c68
libsepol 2.7 now uses <pthread.h> Fixes: http://autobuild.buildroot.net/results/5f1c6872a395d8c6d55e2b1722730871b4daf6a3 Signed-off-by: Adam Duskett <aduskett@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
config BR2_PACKAGE_LIBSEPOL
|
|
bool "libsepol"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pthread
|
|
help
|
|
Libsepol is the binary policy manipulation library. It doesn't
|
|
depend upon or use any of the other SELinux components.
|
|
|
|
http://selinuxproject.org/page/Main_Page
|
|
|
|
comment "libsepol needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|