]> Git Repo - buildroot-mgba.git/commit
package/check: don't build shared lib when disabled
authorThomas Petazzoni <[email protected]>
Fri, 12 Jul 2024 20:16:08 +0000 (22:16 +0200)
committerThomas Petazzoni <[email protected]>
Fri, 12 Jul 2024 20:18:24 +0000 (22:18 +0200)
commit526b89b981cb3fa3da7644482d1f140f1fb25e27
tree7b9aa14a7f9c16d1663ab99282327de4536cf0c6
parentbbc08b15ae60c3008fb8cbff59dc329d8357c563
package/check: don't build shared lib when disabled

The build system of check was unconditionally building a shared
library, even when BUILD_SHARED_LIBS=OFF. This commit brings a patch,
submitted upstream, which fixes this issue, and allows to fix the
build in BR2_STATIC_LIBS=y configurations.

Fixes:

  http://autobuild.buildroot.net/results/d4a1c6d49dd15ce6b73cfade2557d49733e9318b/

Signed-off-by: Thomas Petazzoni <[email protected]>
package/check/0001-src-CMakeLists.txt-don-t-build-shared-libraries-when.patch [new file with mode: 0644]
This page took 0.033657 seconds and 4 git commands to generate.