diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-04 20:31:58 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-05 04:47:50 +0000 |
commit | b5b7e0e12cecdc1c58742dd05a1033089470c974 (patch) | |
tree | 3f56e1bd2cee8b3f30319b14ce4aba07bd3c9f10 /dev-db | |
parent | sys-apps/xdg-desktop-portal-gnome: mark LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-b5b7e0e12cecdc1c58742dd05a1033089470c974.tar.gz gentoo-b5b7e0e12cecdc1c58742dd05a1033089470c974.tar.bz2 gentoo-b5b7e0e12cecdc1c58742dd05a1033089470c974.zip |
dev-db/libiodbc: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/924665
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild b/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild index b77e2c06acf0..6c034f3eb3ba 100644 --- a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild +++ b/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools flag-o-matic MY_PN="iODBC" @@ -41,6 +41,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/924665 + # https://github.com/openlink/iODBC/issues/100 + filter-lto + econf \ --disable-static \ --enable-odbc3 \ |