mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
committed by
GitHub
parent
3dca187708
commit
47ea51f320
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user