From 6113fdf4e85fc48c6c8d812f4e955b31cb380da1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mar 20 2018 16:44:57 +0000 Subject: rhel 7 might need libc++ bundled --- 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