diff options
Diffstat (limited to 'package/audit')
-rw-r--r--[-rwxr-xr-x] | package/audit/0001-Missed-cross-compile-fixes.patch | 0 | ||||
-rw-r--r-- | package/audit/Config.in | 7 |
2 files changed, 5 insertions, 2 deletions
diff --git a/package/audit/0001-Missed-cross-compile-fixes.patch b/package/audit/0001-Missed-cross-compile-fixes.patch index a52d0cdcd5..a52d0cdcd5 100755..100644 --- a/package/audit/0001-Missed-cross-compile-fixes.patch +++ b/package/audit/0001-Missed-cross-compile-fixes.patch diff --git a/package/audit/Config.in b/package/audit/Config.in index a973e20854..717c364fd5 100644 --- a/package/audit/Config.in +++ b/package/audit/Config.in @@ -8,6 +8,8 @@ config BR2_PACKAGE_AUDIT bool "audit" depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_STATIC_LIBS + depends on !BR2_TOOLCHAIN_USES_MUSL help The audit package contains the user space utilities for storing and searching the audit records generated by @@ -17,6 +19,7 @@ config BR2_PACKAGE_AUDIT http://people.redhat.com/sgrubb/audit/ -comment "audit needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS +comment "audit needs a uClibc or (e)glibc toolchain w/ threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \ + || BR2_TOOLCHAIN_USES_MUSL depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS |