aboutsummaryrefslogtreecommitdiffstats
path: root/main/gobject-introspection/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:33:21 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (patch)
treed495d22702e19aa7451c67959af2cf158570cfee /main/gobject-introspection/APKBUILD
parentb94680c47045c5341cb09867067098a02b00024e (diff)
downloadaports-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/gobject-introspection/APKBUILD')
-rw-r--r--main/gobject-introspection/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD
index 67f3d076b5..9266b87b9f 100644
--- a/main/gobject-introspection/APKBUILD
+++ b/main/gobject-introspection/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gobject-introspection
pkgver=1.62.0
-pkgrel=2
+pkgrel=3
pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
arch="all"
@@ -21,7 +21,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}