diff options
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.2.5-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.2.5-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.2.5-r1.ebuild index 1b2a6179da52..76fbf3386cd1 100644 --- a/app-cdr/cdrdao/cdrdao-1.2.5-r1.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,8 @@ src_prepare() { } src_configure() { + # bug #943909 + append-cflags -std=gnu17 append-cxxflags -std=c++11 filter-lto # https://bugs.gentoo.org/854219 |