mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00: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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user