aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nheko
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:36:56 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit539c11eaf78c3222296d07f8ef36572563ffd918 (patch)
tree816d69eeeb73df651583816e5ea03f2477020d4b /testing/nheko
parentc7a1f20490e2882233bfdfa682040d3cb0ffd967 (diff)
downloadaports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.bz2
aports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.xz
testing/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'testing/nheko')
-rw-r--r--testing/nheko/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nheko/APKBUILD b/testing/nheko/APKBUILD
index 097384989c..0c0611ee33 100644
--- a/testing/nheko/APKBUILD
+++ b/testing/nheko/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=nheko
pkgver=0.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="Qt5-based client for Matrix protocol"
url="https://github.com/mujx/nheko"
arch="" # Current version is deprecated, needs to be transferred to nheko reborn
@@ -25,7 +25,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
-DCMAKE_SKIP_RPATH=True \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS -stdlib=libstdc++" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DCMAKE_CXX_COMPILER=clang++ \