diff options
author | Sam James <sam@gentoo.org> | 2023-01-09 09:50:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-09 09:52:05 +0000 |
commit | 23401db9735b9ef27261f5f098d79d86648b13c2 (patch) | |
tree | 3fb79bc938c21cbf0cfec34a9a74065e948b7c75 /net-im/pidgin | |
parent | sci-mathematics/geogebra-bin: drop 5.0.604.0-r2 (diff) | |
download | gentoo-23401db9735b9ef27261f5f098d79d86648b13c2.tar.gz gentoo-23401db9735b9ef27261f5f098d79d86648b13c2.tar.bz2 gentoo-23401db9735b9ef27261f5f098d79d86648b13c2.zip |
net-im/pidgin: don't downgrade FORTIFY_SOURCE
Closes: https://bugs.gentoo.org/890276
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.10-r1.ebuild (renamed from net-im/pidgin/pidgin-2.14.10.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild b/net-im/pidgin/pidgin-2.14.10-r1.ebuild index d79adeb62abb..ad67e8e1825c 100644 --- a/net-im/pidgin/pidgin-2.14.10.ebuild +++ b/net-im/pidgin/pidgin-2.14.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -183,6 +183,8 @@ src_configure() { local myconf=( --disable-mono --disable-static + # Don't downgrade F_S, we already set it in toolchain, bug #890276 + --disable-fortify --with-dynamic-prpls="${DEFAULT_PRPLS}" --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" --x-includes="${EPREFIX}"/usr/include/X11 |