>From cb226449e41feb7e8b71f2fd001768744d00dd0e Mon Sep 17 00:00:00 2001 From: Henrique Lengler Date: Fri, 9 Jan 2015 17:47:47 +0000 Subject: [PATCH] added --enable-libstdcxx-time to solve compilation problems, that break the C++11 thread API. More information here: https://bugs.mageia.org/show_bug.cgi?id=10899 --- pkg/gcc474 | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gcc474 b/pkg/gcc474 index 8415a2f..b003b54 100644 --- a/pkg/gcc474 +++ b/pkg/gcc474 @@ -115,6 +115,7 @@ LDFLAGS_FOR_TARGET="$config_arch_target_ldflags" \ --enable-lto \ --with-system-zlib \ --with-target-libiberty=no --with-target-zlib=no \ + --enable-libstdcxx-time \ --enable-languages=c,c++ --enable-clocale=generic \ $config_arch_flags $xconfflags -- 1.8.4