cmake/meson: Mass fix packages with broken debuginfo (#12822)

* cmake/debuginfo: Mass fix packages with broken debuginfo

* rtl_sdr: Fix trailing whitespace

* meson/debuginfo: Mass fix packages with broken debuginfo

* clean up conflicts

---------

Co-authored-by: Luc Schrijvers <begasus@gmail.com>
This commit is contained in:
Alexander von Gluck
2026-01-07 16:36:21 +00:00
committed by GitHub
parent 3dca187708
commit 47ea51f320
55 changed files with 111 additions and 240 deletions

View File

@@ -6,7 +6,7 @@ performance-critical applications."
HOMEPAGE="https://google.github.io/flatbuffers/"
COPYRIGHT="2014 Google Inc."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/google/flatbuffers/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed"
SOURCE_FILENAME="flatbuffers-$portVersion.tar.gz"
@@ -50,7 +50,7 @@ defineDebugInfoPackage flatbuffers$secondaryArchSuffix \
BUILD()
{
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
$cmakeDirArgs \
-DFLATBUFFERS_BUILD_SHAREDLIB=ON \
-DFLATBUFFERS_BUILD_FLATLIB=OFF \