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:
Sam James
2021-08-04 23:34:20 +01:00
parent d7f4730b86
commit 078826f79b
2 changed files with 8 additions and 2 deletions

View File

@@ -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}"
}

View File

@@ -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}"
}