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/marble/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/marble/APKBUILD') diff --git a/testing/marble/APKBUILD b/testing/marble/APKBUILD index 04bff1f2c1..d4fb2cdf70 100644 --- a/testing/marble/APKBUILD +++ b/testing/marble/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=marble pkgver=19.12.2 -pkgrel=0 +pkgrel=1 pkgdesc="A Virtual Globe and World Atlas that you can use to learn more about Earth" arch="all !ppc64le !s390x !armhf" # ppc64le and s390x blocked by qt5-qtwebengine, armhf blocked by qt5-qtdeclarative url='https://marble.kde.org' @@ -15,7 +15,7 @@ options="!check" # Requires itself to be installed build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_SYSCONFDIR=/etc \ -- cgit v1.2.3