From c7a1f20490e2882233bfdfa682040d3cb0ffd967 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 20 Feb 2020 18:36:20 +0100 Subject: community/*: make CMake and meson respect our C{,PP,XX}FLAGS See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E --- community/powerdevil/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/powerdevil/APKBUILD') diff --git a/community/powerdevil/APKBUILD b/community/powerdevil/APKBUILD index 2453863e804..b221948df3f 100644 --- a/community/powerdevil/APKBUILD +++ b/community/powerdevil/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=powerdevil pkgver=5.18.1 -pkgrel=0 +pkgrel=1 pkgdesc="Manages the power consumption settings of a Plasma Shell" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" @@ -15,7 +15,7 @@ subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang" build() { cmake -B "$builddir"/build \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build -- cgit v1.2.3