kumquat-buildroot/package/odb
Fabrice Fontaine ac9855e761 package/odb: fix build with gcc 11
Add -std=c++11 to fix the following build failure with gcc 11:

/data/buildroot-autobuilder/instance-0/output-1/host/include/cutl/shared-ptr/base.hxx:34:41: error: ISO C++17 does not allow dynamic exception specifications
   34 | operator new (std::size_t, cutl::share) throw (std::bad_alloc);
      |                                         ^~~~~

Fixes:
 - http://autobuild.buildroot.org/results/9cbb8be7a1d8ac5913fbc5e2a78c4c45b5daf8e2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-06-05 14:57:38 +02:00
..
0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch
0002-Remove-gratuitous-classes.patch
0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch
0004-Make-compilable-with-GCC-6-in-C-14-mode.patch
0005-Fix-bug-in-GCC-6-input_location-translation.patch
0006-Adapt-to-changes-in-GCC-8.patch
0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch
0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch
0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch
0010-Add-initial-support-for-GCC-9.patch
0011-Adjust-to-changes-in-GCC-10.patch
Config.in.host
odb.hash
odb.mk