aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-gobject/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-gobject/APKBUILD')
-rw-r--r--main/py-gobject/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-gobject/APKBUILD b/main/py-gobject/APKBUILD
index aee2c2d91..ddabdcb1e 100644
--- a/main/py-gobject/APKBUILD
+++ b/main/py-gobject/APKBUILD
@@ -31,7 +31,7 @@ build() {
--infodir=/usr/share/info \
--disable-introspection \
|| return 1
- make || return 1
+ make CFLAGS="$CFLAGS -U_FORTIFY_SOURCE" || return 1
}
package() {