mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/luksmeta: modify !BR2_STATIC_LIBS reason
There are two libraries with same crc32 definition Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
b12c9d3ccc
commit
9129a43192
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LUKSMETA
|
|||||||
bool "luksmeta"
|
bool "luksmeta"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2
|
||||||
depends on BR2_USE_MMU # cryptsetup -> lvm2
|
depends on BR2_USE_MMU # cryptsetup -> lvm2
|
||||||
depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2
|
depends on !BR2_STATIC_LIBS # Build fails because of multiple crc32c() definitions
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c
|
||||||
select BR2_PACKAGE_CRYPTSETUP
|
select BR2_PACKAGE_CRYPTSETUP
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user