aboutsummaryrefslogtreecommitdiffstats
path: root/main/glib
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2018-12-20 07:23:08 +0000
committerTimo Teräs <timo.teras@iki.fi>2018-12-20 07:23:08 +0000
commita4c258e6be9dba0f9e5e93b343d040329ae54a15 (patch)
tree34f3452e358e4531cca584c6f0039b01855db970 /main/glib
parent17b1863302ef99ea004a61cbf341c17a23ce3743 (diff)
downloadaports-a4c258e6be9dba0f9e5e93b343d040329ae54a15.tar.bz2
aports-a4c258e6be9dba0f9e5e93b343d040329ae54a15.tar.xz
main/glib: force using python3
Otherwise the build will use 'python' for generated scripts. Since we depends_dep=python3, we want all generated scripts on python3 or the we end up not pulling right interpreted. Fixes errors on some builders: /usr/bin/glib-genmarshal --prefix=gq_marshal ./gq-marshal.list --header >gq-marshal.h env: can't execute '/usr/bin/python': No such file or directory
Diffstat (limited to 'main/glib')
-rw-r--r--main/glib/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/glib/APKBUILD b/main/glib/APKBUILD
index 9f19f208cf..78721be6f4 100644
--- a/main/glib/APKBUILD
+++ b/main/glib/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=glib
pkgver=2.58.1
-pkgrel=1
+pkgrel=2
pkgdesc="Common C routines used by Gtk+ and other libs"
url="https://developer.gnome.org/glib/"
arch="all"
@@ -35,6 +35,7 @@ build() {
--disable-compile-warnings \
--disable-selinux \
--with-pcre=system \
+ --with-python=/usr/bin/python3 \
--with-pic \
--enable-static \
--enable-man