From 7b72219b4ce5095678ed35fdf37acd7ca3c5d3ed Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 11 Nov 2015 08:26:24 +0000 Subject: main/py-gobject: re-enable fortify --- main/py-gobject/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/py-gobject/APKBUILD b/main/py-gobject/APKBUILD index ddabdcb1ef..607ebb73e4 100644 --- a/main/py-gobject/APKBUILD +++ b/main/py-gobject/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=py-gobject pkgver=2.28.6 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for the GObject library" url="http://www.pygtk.org/" arch="all" @@ -22,6 +22,7 @@ prepare() { build() { cd "$_builddir" + CFLAGS="$CFLAGS -D_GNU_SOURCE" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -31,7 +32,7 @@ build() { --infodir=/usr/share/info \ --disable-introspection \ || return 1 - make CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" || return 1 + make || return 1 } package() { -- cgit v1.2.3