~alpine/aports

main/py-gobject: fix build v1 PROPOSED

Christian Kampka: 1
 main/py-gobject: fix build

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1391/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/py-gobject: fix build Export this patch

---
 main/py-gobject/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/py-gobject/APKBUILD b/main/py-gobject/APKBUILD
index aee2c2d..ddabdcb 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() {
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---