]> Git Repo - buildroot-mgba.git/commit
package/check: disable static build
authorFabrice Fontaine <[email protected]>
Sat, 16 Sep 2023 14:22:56 +0000 (16:22 +0200)
committerArnout Vandecappelle <[email protected]>
Fri, 12 Jul 2024 20:12:40 +0000 (22:12 +0200)
commit77e945b003e1b401c0def36db403c937e4d604bb
tree5e7fcfb64b238454c9abb6f3c687d36d91af4775
parente6d5cdcd5b45d812a6f091e78b51212a46682c90
package/check: disable static build

check can't be built statically since switch to cmake in commit
6dfc789f4f21367bc5f4b5454db0922821a765bc:

/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 <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
package/check/Config.in
This page took 0.033632 seconds and 4 git commands to generate.