Revert "package/check: disable static build"

This reverts commit 77e945b003.

The static linking issue was fixed by commit
526b89b981 ("package/check: don't build
shared lib when disabled")

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni
2024-07-12 22:19:54 +02:00
parent d10bee4201
commit 9ef51ec2ca

View File

@@ -1,10 +1,6 @@
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