diff options
Diffstat (limited to 'package/libsemanage')
-rw-r--r-- | package/libsemanage/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/libsemanage/Config.in b/package/libsemanage/Config.in index bef5c78305..130fd82408 100644 --- a/package/libsemanage/Config.in +++ b/package/libsemanage/Config.in @@ -4,7 +4,6 @@ config BR2_PACKAGE_LIBSEMANAGE select BR2_PACKAGE_USTR select BR2_PACKAGE_BZIP2 depends on BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_LARGEFILE depends on !BR2_STATIC_LIBS help libsemanage is the policy management library. It uses @@ -27,5 +26,5 @@ config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS endif -comment "libsemanage needs a toolchain w/ largefile, threads, dynamic library" - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || BR2_STATIC_LIBS +comment "libsemanage needs a toolchain w/ threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |