Files
buildroot/package
Anisse Astier 079f5ccdca package/go: disable cgo support with static libs
The go stdlib "plugin" package relies on dlfcn.h which isn't available
when we have BR2_STATIC_LIBS=y.

Concentrate all cgo decision (including the existing threads part)
under the config option BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
that has the proper depends.

This should fix this build error from autobuilders:

/buildroot/build/host-go-1.19.3/src/plugin/plugin_dlopen.go:11:10: fatal error: dlfcn.h: No such file or directory
   11 | #include <dlfcn.h>

Fixes:
  http://autobuild.buildroot.net/results/1f4/1f4b9882986b9df723a1446493d270c29287b505
  http://autobuild.buildroot.net/results/a9d/a9de62374c948f773634c694a47abcaa2bc266d0

Signed-off-by: Anisse Astier <anisse@astier.eu>
Reviewed-by: Christian Stewart <christian@paral.in>
[Arnout: revert parts to v2, keeping most of the overall logic as it
was]
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-07-13 09:56:16 +02:00
..
2024-07-09 22:14:51 +02:00
2024-07-11 21:09:06 +02:00
2024-07-12 09:06:26 +02:00
2024-07-09 11:43:39 +02:00
2024-07-10 23:07:01 +02:00
2024-07-12 23:04:41 +02:00
2024-07-12 17:51:30 +02:00
2024-07-12 08:45:31 +02:00
2024-07-12 22:48:15 +02:00
2024-07-12 16:49:29 +02:00
2024-07-12 12:51:08 +02:00
2024-07-09 11:49:22 +02:00
2024-07-10 23:47:16 +02:00
2024-07-12 22:57:25 +02:00
2024-07-10 23:47:21 +02:00
2024-07-13 00:02:39 +02:00
2024-07-12 15:32:24 +02:00