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/polkit-qt-1/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/polkit-qt-1/APKBUILD') diff --git a/community/polkit-qt-1/APKBUILD b/community/polkit-qt-1/APKBUILD index 6093949288..8b04aa5257 100644 --- a/community/polkit-qt-1/APKBUILD +++ b/community/polkit-qt-1/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=polkit-qt-1 pkgver=0.113.0 -pkgrel=0 +pkgrel=1 pkgdesc="Qt wrapper around polkit-1 client libraries" arch="all" url="https://www.kde.org" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -- cgit v1.2.3