diff options
-rw-r--r-- | main/py-gtk/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-gtk/APKBUILD b/main/py-gtk/APKBUILD index 378e698a9e..adffd97d54 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 \ |