diff options
Diffstat (limited to 'dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild')
| -rw-r--r-- | dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild index bb6113df89ed..1b9cbeeefbf0 100644 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-8.0.36.ebuild @@ -92,6 +92,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/924671 + # https://bugs.mysql.com/bug.php?id=115735 + filter-lto + if has_version dev-db/libiodbc ; then IODBC="-DIODBC_CONFIG_PATH=/usr/bin/iodbc-config" fi |
