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

@@ -10,7 +10,7 @@ COPYRIGHT="2009-2012, 2016-2017 Eric Haszlakiewicz
2008-2009 Yahoo! Inc.
2016 Alexandru Ardelean"
LICENSE="MIT"
REVISION="3"
REVISION="4"
SOURCE_URI="https://s3.amazonaws.com/json-c_releases/releases/json-c-$portVersion.tar.gz"
CHECKSUM_SHA256="b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6"
SOURCE_DIR="json-c-$portVersion"
@@ -57,7 +57,7 @@ defineDebugInfoPackage json_c$secondaryArchSuffix \
BUILD()
{
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release \
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo \
$cmakeDirArgs . \
-DENABLE_THREADING=ON \
-DENABLE_RDRAND=OFF \