From 539c11eaf78c3222296d07f8ef36572563ffd918 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 20 Feb 2020 18:36:56 +0100 Subject: testing/*: make CMake and meson respect our C{,PP,XX}FLAGS See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E --- testing/wcm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/wcm') diff --git a/testing/wcm/APKBUILD b/testing/wcm/APKBUILD index fa71caf477..429b493721 100644 --- a/testing/wcm/APKBUILD +++ b/testing/wcm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Danct12 pkgname=wcm pkgver=0.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Wayfire Config Manager" url="https://wayfire.org" arch="all" @@ -12,7 +12,7 @@ options="!check" # no testsuite source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/wcm/archive/v$pkgver.tar.gz" build() { - meson build --prefix=/usr --buildtype=debugoptimized + meson build --prefix=/usr --buildtype=plain } package() { -- cgit v1.2.3