mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Revert "package/check: disable static build"
This reverts commit77e945b003. The static linking issue was fixed by commit526b89b981("package/check: don't build shared lib when disabled") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
config BR2_PACKAGE_CHECK
|
config BR2_PACKAGE_CHECK
|
||||||
bool "check"
|
bool "check"
|
||||||
depends on !BR2_STATIC_LIBS
|
|
||||||
help
|
help
|
||||||
Check is a unit testing framework for C.
|
Check is a unit testing framework for C.
|
||||||
|
|
||||||
https://libcheck.github.io/check/
|
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