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/mpc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/mpc') diff --git a/community/mpc/APKBUILD b/community/mpc/APKBUILD index 4febd3c4fd..14fc80f614 100644 --- a/community/mpc/APKBUILD +++ b/community/mpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=mpc pkgver=0.33 -pkgrel=1 +pkgrel=2 pkgdesc="Minimalist command line interface to MPD" url="https://www.musicpd.org/clients/mpc/" arch="all" @@ -17,7 +17,7 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Dtest=true \ . output ninja -C output -- cgit v1.2.3