|
@@ -5,6 +5,7 @@ config BR2_PACKAGE_FWTS
|
|
|
depends on BR2_USE_MMU # libglib2
|
|
|
depends on BR2_USE_WCHAR # libglib2, libbsd
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libbsd
|
|
|
+ depends on !BR2_STATIC_LIBS # libbsd
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
select BR2_PACKAGE_LIBBSD
|
|
@@ -31,9 +32,9 @@ comment "efi_runtime module needs a Linux kernel to be built"
|
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
endif
|
|
|
|
|
|
-comment "fwts needs a glibc toolchain w/ wchar, threads"
|
|
|
+comment "fwts needs a glibc toolchain w/ wchar, threads, dynamic library"
|
|
|
depends on BR2_i386 || BR2_x86_64 || BR2_aarch64
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS # libbsd
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
- !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
+ !BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS
|