~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447189008-29881-1-git-send-email-christian@kampka.net>
Sender timestamp
1447189008
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20151111092710.3ac5faa6@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1447189008-29881-1-git-send-email-christian@kampka.net> (view parent)
Sender timestamp
1447230430
DKIM signature
missing
Download raw message
On Tue, 10 Nov 2015 21:56:48 +0100
Christian Kampka <christian@kampka.net> wrote:

> ---
>  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() {

I applied this but later realized that a better fix would be to set
-D_GNU_SOURCE so we don't lose fortify.


-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)