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/kdenetwork-filesharing/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/kdenetwork-filesharing/APKBUILD') diff --git a/testing/kdenetwork-filesharing/APKBUILD b/testing/kdenetwork-filesharing/APKBUILD index 63107af6a3..78ab723211 100644 --- a/testing/kdenetwork-filesharing/APKBUILD +++ b/testing/kdenetwork-filesharing/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=kdenetwork-filesharing pkgver=19.12.2 -pkgrel=0 +pkgrel=1 arch="all !armhf" url="https://www.kde.org/applications/internet/" pkgdesc="Properties dialog plugin to share a directory with the local network" @@ -15,7 +15,7 @@ options="!check" # No tests build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DSAMBA_INSTALL=OFF -- cgit v1.2.3