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/properties-cpp | |
| 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/properties-cpp')
| -rw-r--r-- | testing/properties-cpp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/properties-cpp/APKBUILD b/testing/properties-cpp/APKBUILD index c039ba6b97..080a997300 100644 --- a/testing/properties-cpp/APKBUILD +++ b/testing/properties-cpp/APKBUILD @@ -3,7 +3,7 @@ pkgname=properties-cpp pkgver=0.0.2_git20180409 _commit="45863e849b39c4921d6553e6d27e267a96ac7d77" -pkgrel=0 +pkgrel=1 pkgdesc="A very simple convenience library for handling properties and signals in C++11" url="https://launchpad.net/properties-cpp" arch="all" @@ -26,7 +26,7 @@ build() { cmake "$builddir" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DCMAKE_BUILD_TYPE=None make } |
