]> Git Repo - buildroot-mgba.git/commit
package/google-breakpad: disable uclibc support
authorAdam Duskett <[email protected]>
Sun, 3 Dec 2023 04:18:35 +0000 (21:18 -0700)
committerThomas Petazzoni <[email protected]>
Sat, 23 Dec 2023 21:24:50 +0000 (22:24 +0100)
commitc20334d35cebed3f28d92734fd6d070bfb936e68
treeecb321a5438b0fdd82a1ebb7dee14a189b7f0ea8
parent08fa882d3c443ee9b7a956e84a87e60af8a7a7dd
package/google-breakpad: disable uclibc support

The google-breakpad package uses stab.h which is not included in
uClibc, causing the following build error:

src/common/stabs_reader.cc:37:10: fatal error: stab.h: No such file or directory
   37 | #include <stab.h>
      |          ^~~~~~~~
compilation terminated.

Fixes:

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

Signed-off-by: Adam Duskett <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in
package/google-breakpad/Config.in
This page took 0.027961 seconds and 4 git commands to generate.