commit 6113fdf4e85fc48c6c8d812f4e955b31cb380da1
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Mar 20 12:44:57 2018 -0400
rhel 7 might need libc++ bundled
chromium.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/chromium.spec b/chromium.spec
index 53b4163..fcf87dd 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -731,8 +731,11 @@ export CXX="g++"
export AR="ar"
export RANLIB="ranlib"
-# NUKE FROM ORBIT
+%if 0%{?rhel} == 7
+# eh. rhel 7 might need this
+%else
rm -rf buildtools/third_party/libc++/BUILD.gn
+%endif
%if 0%{?nacl}
# prep the nacl tree
Show replies by date