mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +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
@@ -11,7 +11,7 @@ All of QHttpEngine's functionality is included in a single monolithic library."
|
||||
HOMEPAGE="https://github.com/nitroshare/qhttpengine/"
|
||||
COPYRIGHT="2017 Nathan Osman"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6505cf889909dc29bab4069116656e7ca5a9e879f04935139439c5691a76c55e"
|
||||
SOURCE_FILENAME="qhttpengine-$portVersion.tar.gz"
|
||||
@@ -59,7 +59,7 @@ defineDebugInfoPackage qhttpengine$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DBIN_INSTALL_DIR=$prefix \
|
||||
-DLIB_INSTALL_DIR=$relativeLibDir \
|
||||
-DINCLUDE_INSTALL_DIR=$relativeIncludeDir \
|
||||
|
||||
Reference in New Issue
Block a user