commit 530c35bcba6b80615c9f2c82fcafb9f0d50ced14
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Wed Oct 25 08:28:07 2017 -0400
instead use std=c++11 on epel7
chromium-62.0.3202.62-epel7-noc++14.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-62.0.3202.62-epel7-noc++14.patch
b/chromium-62.0.3202.62-epel7-noc++14.patch
index 57d24b0..6ed714a 100644
--- a/chromium-62.0.3202.62-epel7-noc++14.patch
+++ b/chromium-62.0.3202.62-epel7-noc++14.patch
@@ -6,7 +6,7 @@ diff -up
chromium-62.0.3202.62/tools/gn/bootstrap/bootstrap.py.epel7-noc++14 chr
'-fno-exceptions'
])
- cflags_cc.extend(['-std=c++14', '-Wno-c++11-narrowing'])
-+ cflags_cc.extend(['-Wno-c++11-narrowing'])
++ cflags_cc.extend(['-std=c++11', '-Wno-c++11-narrowing'])
if is_aix:
cflags.extend(['-maix64'])
ldflags.extend([ '-maix64 -Wl,-bbigtoc' ])
Show replies by date