diff options
Diffstat (limited to 'package/setools')
| -rw-r--r-- | package/setools/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/setools/Config.in b/package/setools/Config.in index 981d64b09..046957f48 100644 --- a/package/setools/Config.in +++ b/package/setools/Config.in @@ -10,7 +10,8 @@ config BR2_PACKAGE_SETOOLS # bfin: infamous _ symbol prefix issue # nios2: triggers some toolchain issue "No symbol version # section for versioned symbol" - depends on !BR2_nios2 && !BR2_bfin + # arc: libselinux not available + depends on !BR2_nios2 && !BR2_bfin && !BR2_arc help SETools is an open source project designed to facilitate SELinux policy analysis. The primary tools are: @@ -27,4 +28,4 @@ config BR2_PACKAGE_SETOOLS comment "setools needs a toolchain w/ threads, C++, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \ || !BR2_INSTALL_LIBSTDCPP - depends on !BR2_nios2 && !BR2_bfin + depends on !BR2_nios2 && !BR2_bfin && !BR2_arc |
