mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/opendbx: workaround build failure with GCC 11
Bug: https://bugs.gentoo.org/788304
Bug: https://bugs.gentoo.org/804993
See: 04dea1fbb6
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -60,6 +60,9 @@ src_configure() {
|
||||
append-ldflags -L"${ORACLE_HOME}"
|
||||
fi
|
||||
|
||||
# bug #788304
|
||||
append-cxxflags -std=c++14
|
||||
|
||||
econf --with-backends="${backends}"
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -60,6 +60,9 @@ src_configure() {
|
||||
append-ldflags -L"${ORACLE_HOME}"
|
||||
fi
|
||||
|
||||
# bug #788304
|
||||
append-cxxflags -std=c++14
|
||||
|
||||
econf --with-backends="${backends}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user