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/wf-config/APKBUILD | |
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/wf-config/APKBUILD')
-rw-r--r-- | testing/wf-config/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wf-config/APKBUILD b/testing/wf-config/APKBUILD index 2b707b1f3f..14a731a5e1 100644 --- a/testing/wf-config/APKBUILD +++ b/testing/wf-config/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Danct12 <danct12@disroot.org> pkgname=wf-config pkgver=0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Library for managing configuration files written for Wayfire" url="https://wayfire.org" arch="all" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev" source="https://github.com/WayfireWM/wf-config/releases/download/$pkgver/wf-config-$pkgver.tar.xz" build() { - meson build --prefix=/usr --buildtype=debugoptimized + meson build --prefix=/usr --buildtype=plain } package() { |