From f72cdafcd8e2a3249964e471146f8e49ea25cf8a Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 16 Oct 2018 10:45:56 +0300 Subject: [PATCH] build with use_custom_libcxx=false to force the use of the system libstdc++ --- chromium-browser-stable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index b2a217d..1480436 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -330,7 +330,6 @@ members of the Chromium and WebDriver teams. %patch601 -p1 %patch603 -p1 -#%patch604 -p1 %patch605 -p1 %patch607 -p1 @@ -436,6 +435,7 @@ echo "DEBUG: Compile flags are: CFLAGS: $CFLAGS , CXXFLAGS: $CXXFLAGS , LDFLAGS: # v NO TABS IN HERE! %define gn_config use_sysroot=false \ system_libdir="%{_lib}" \ + use_custom_libcxx=false \ icu_use_data_file=true \ enable_nacl=false \ optimize_webui=true \