diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-20 18:36:56 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-21 18:12:22 +0100 |
commit | 539c11eaf78c3222296d07f8ef36572563ffd918 (patch) | |
tree | 816d69eeeb73df651583816e5ea03f2477020d4b /testing/libquotient | |
parent | c7a1f20490e2882233bfdfa682040d3cb0ffd967 (diff) | |
download | aports-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/libquotient')
-rw-r--r-- | testing/libquotient/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libquotient/APKBUILD b/testing/libquotient/APKBUILD index b95ff83bf0..3c2fb171ac 100644 --- a/testing/libquotient/APKBUILD +++ b/testing/libquotient/APKBUILD @@ -5,7 +5,7 @@ _realname=libQuotient # Note that 0.5.x releases keep the old libqmatrix name # See https://github.com/quotient-im/libQuotient/releases/tag/0.5.2 pkgver=0.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="Qt5 library for cross-platform clients for Matrix" options="!check" # No testsuite url="https://github.com/quotient-im/libQuotient" @@ -27,7 +27,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DBUILD_SHARED_LIBS=1 \ -DQMATRIXCLIENT_INSTALL_EXAMPLE=0 \ |