From 20b13d17d07ee2958a377d95f3ad14826ff9ddf9 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 20 Feb 2020 18:33:21 +0100 Subject: main/*: make CMake and meson respect our C{,PP,XX}FLAGS See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E --- main/atk/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/atk') diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index 4e8d0b7309..e139a1648e 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen pkgname=atk pkgver=2.34.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library providing a set of interfaces for accessibility" url="https://www.gtk.org/" arch="all" @@ -15,9 +15,9 @@ build() { cd "$builddir" meson \ --prefix=/usr \ - --buildtype=debugoptimized \ + --buildtype=plain \ --sysconfdir=/etc \ - --buildtype=debugoptimized \ + --buildtype=plain \ -Ddocs=true \ output . ninja -C output -- cgit v1.2.3