mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/check: disable static build
check can't be built statically since switch to cmake in commit
6dfc789f4f:
/home/autobuild/autobuild/instance-2/output-1/host/lib/gcc/mipsel-buildroot-linux-uclibc/12.3.0/../../../../mipsel-buildroot-linux-uclibc/bin/ld: libcheck.so.0.15.2: hidden symbol `__fini_array_end' isn't defined
Fixes:
- http://autobuild.buildroot.org/results/0d6/0d6fcbedef29bf0d6a1d9ecb8e4d82b4ad06cfa8
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
e6d5cdcd5b
commit
77e945b003
@@ -1,6 +1,10 @@
|
||||
config BR2_PACKAGE_CHECK
|
||||
bool "check"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Check is a unit testing framework for C.
|
||||
|
||||
https://libcheck.github.io/check/
|
||||
|
||||
comment "check needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
Reference in New Issue
Block a user