commit:     23401db9735b9ef27261f5f098d79d86648b13c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 09:50:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 09:52:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23401db9

net-im/pidgin: don't downgrade FORTIFY_SOURCE

Closes: https://bugs.gentoo.org/890276
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/pidgin/{pidgin-2.14.10.ebuild => pidgin-2.14.10-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild 
b/net-im/pidgin/pidgin-2.14.10-r1.ebuild
similarity index 98%
rename from net-im/pidgin/pidgin-2.14.10.ebuild
rename to 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

Reply via email to