aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-11 08:39:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-11 08:39:38 +0000
commit7148688001f55ce0fae5a4549d0b6d77a4c6abc8 (patch)
treebf728cfa9fd3e169d7d1a6f3356ebae8b44af76a
parentf02ef941452b38484fd996f13a149ecdd89d906a (diff)
main/py-gtk: fix build with fortify
-rw-r--r--main/py-gtk/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-gtk/APKBUILD b/main/py-gtk/APKBUILD
index 378e698a9e9..adffd97d542 100644
--- a/main/py-gtk/APKBUILD
+++ b/main/py-gtk/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-gtk
pkgver=2.24.0
-pkgrel=8
+pkgrel=9
pkgdesc="Python bindings for the GTK widget set"
url="http://www.pygtk.org/"
arch="all"
@@ -34,6 +34,7 @@ prepare() {
build() {
cd "$_builddir"
+ CFLAGS="$CFLAGS -D_GNU_SOURCE" \
./configure \
--build=$CBUILD \
--host=$CHOST \