mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +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 @@ require only one extra byte in addition to the strings themselves."
|
||||
HOMEPAGE="https://msgpack.org/"
|
||||
COPYRIGHT="2008-2015 Furuhashi Sadayuki"
|
||||
LICENSE="Boost v1.0"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/msgpack/msgpack-c/archive/cpp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ff865a36bad5c72b8e7ebc4b7cf5f27a820fce4faff9c571c1791e3728355a39"
|
||||
SOURCE_DIR="msgpack-c-cpp-$portVersion"
|
||||
@@ -68,7 +68,7 @@ PATCH()
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX="$prefix" \
|
||||
-DCMAKE_INSTALL_LIBDIR="$libDir" \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
|
||||
Reference in New Issue
Block a user