diff options
author | Sam James <sam@gentoo.org> | 2024-11-12 19:57:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-12 19:57:16 +0000 |
commit | 4d2e2408603a83597ba7b893abbd8dd574208bfa (patch) | |
tree | 43ef99160131cce8e23490984db445aab71e2e53 /app-i18n | |
parent | app-crypt/xca: Stabilize 2.7.0 ppc, #943336 (diff) | |
download | gentoo-4d2e2408603a83597ba7b893abbd8dd574208bfa.tar.gz gentoo-4d2e2408603a83597ba7b893abbd8dd574208bfa.tar.bz2 gentoo-4d2e2408603a83597ba7b893abbd8dd574208bfa.zip |
app-i18n/uim: always pass -fno-inline-small-functions
Closes: https://bugs.gentoo.org/921399
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim/uim-1.8.9-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-i18n/uim/uim-1.8.9-r2.ebuild b/app-i18n/uim/uim-1.8.9-r2.ebuild index 6414c90e1d4a..8e2c2252a1f1 100644 --- a/app-i18n/uim/uim-1.8.9-r2.ebuild +++ b/app-i18n/uim/uim-1.8.9-r2.ebuild @@ -100,8 +100,9 @@ src_prepare() { default sed -i "s:\$libedit_path/lib:/$(get_libdir):g" configure.ac use nls || sed -i "/^if .*USE_NLS/,/^fi/d" configure.ac - # fix build with "-march=pentium4 -O2", bug #661806 - use x86 && append-cflags $(test-flags-CC -fno-inline-small-functions) + + # bug #661806, bug #921399 + append-cflags $(test-flags-CC -fno-inline-small-functions) # Fix build w/ Clang 16+ and >= openssl 1.1.x, tries to use # SSLv2_method otherwise. |