diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-20 18:33:21 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-21 18:12:22 +0100 |
commit | 20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (patch) | |
tree | d495d22702e19aa7451c67959af2cf158570cfee /main/at-spi2-core | |
parent | b94680c47045c5341cb09867067098a02b00024e (diff) | |
download | aports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.bz2 aports-20b13d17d07ee2958a377d95f3ad14826ff9ddf9.tar.xz |
main/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'main/at-spi2-core')
-rw-r--r-- | main/at-spi2-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/at-spi2-core/APKBUILD b/main/at-spi2-core/APKBUILD index bd1974ceb9..511685db0a 100644 --- a/main/at-spi2-core/APKBUILD +++ b/main/at-spi2-core/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=at-spi2-core pkgver=2.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="Protocol definitions and daemon for D-Bus at-spi" url="https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" arch="all" @@ -14,7 +14,7 @@ source="https://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-cor build() { meson \ - --buildtype=debugoptimized \ + --buildtype=plain \ --prefix=/usr \ -Dx11=yes \ -Dintrospection=yes \ |