logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 1f2fe382d06440f0d017373c84976fc408fb9bb1
parent 923ce422e2a1064dc78a5714359b9d791beecb18
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 Jul 2022 13:28:38 +0200

net-libs/webkit-gtk: strip flags

Diffstat:

Mnet-libs/webkit-gtk/webkit-gtk-2.36.4-r100.ebuild3+++
Mnet-libs/webkit-gtk/webkit-gtk-2.36.4-r200.ebuild3+++
Mnet-libs/webkit-gtk/webkit-gtk-2.36.4.ebuild3+++
3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.4-r100.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.4-r100.ebuild @@ -172,6 +172,9 @@ src_configure() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # WebkitGTK doesn't likes -D_FORTIFY_SOURCE=2 + strip-flags + # It does not compile on alpha without this in LDFLAGS # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 use alpha && append-ldflags "-Wl,--no-relax" diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.4-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.4-r200.ebuild @@ -172,6 +172,9 @@ src_configure() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # WebkitGTK doesn't likes -D_FORTIFY_SOURCE=2 + strip-flags + # It does not compile on alpha without this in LDFLAGS # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 use alpha && append-ldflags "-Wl,--no-relax" diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.4.ebuild @@ -172,6 +172,9 @@ src_configure() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # WebkitGTK doesn't likes -D_FORTIFY_SOURCE=2 + strip-flags + # It does not compile on alpha without this in LDFLAGS # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761 use alpha && append-ldflags "-Wl,--no-relax"