mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-im/pidgin: drop strip/replace compiler flags by default, enable py3.13
+20 years ago there was a bug with ```net-im/gaim```, probably caused by gcc-2.95 and ```-Os``` optimization. The following developers and maintainers just copied those lines when bumping versions, and nobody tried to remove them with new Gaim/Pidgin/GCC versions. Bug: https://bugs.gentoo.org/29394 Closes: https://bugs.gentoo.org/944837 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
2d3db74108
commit
8d9891cab3
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit autotools gnome2-utils flag-o-matic perl-module python-single-r1 xdg
|
||||
|
||||
@@ -184,9 +184,6 @@ src_configure() {
|
||||
# bug #944076 (check if we can remove it w/ 3.x)
|
||||
append-cflags -std=gnu17
|
||||
|
||||
# Stabilize things, for your own good
|
||||
strip-flags
|
||||
replace-flags -O? -O2
|
||||
use pie && append-cflags -fPIE -pie
|
||||
|
||||
use gadu && DEFAULT_PRPLS+=",gg"
|
||||
Reference in New Issue
Block a user