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/fluidsynth/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/fluidsynth/APKBUILD') diff --git a/testing/fluidsynth/APKBUILD b/testing/fluidsynth/APKBUILD index 75594fb17ac..d724cccccd6 100644 --- a/testing/fluidsynth/APKBUILD +++ b/testing/fluidsynth/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=fluidsynth pkgver=2.1.0 -pkgrel=0 +pkgrel=1 arch="all" url="http://www.fluidsynth.org" pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" @@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc" build() { cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth -- cgit v1.2.3