diff options
Diffstat (limited to 'package/luksmeta/Config.in')
-rw-r--r-- | package/luksmeta/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/luksmeta/Config.in b/package/luksmeta/Config.in index 62e1f3e42f..f2f6febcc3 100644 --- a/package/luksmeta/Config.in +++ b/package/luksmeta/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_LUKSMETA depends on BR2_USE_MMU # cryptsetup -> lvm2 depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2 depends on !BR2_TOOLCHAIN_USES_MUSL # cryptsetup -> lvm2 + depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c select BR2_PACKAGE_CRYPTSETUP help LUKSMeta is a simple library and utility for storing @@ -13,5 +14,6 @@ config BR2_PACKAGE_LUKSMETA comment "luksmeta needs a glibc or uClibc toolchain w/ threads, dynamic library" depends on BR2_USE_MMU + depends on BR2_TOOLCHAIN_HAS_SYNC_4 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \ || BR2_TOOLCHAIN_USES_MUSL |