build with use_custom_libcxx=false to force the use of the system libstdc++

This commit is contained in:
Mikhail Novosyolov 2018-10-16 10:45:56 +03:00
parent e13e1f3e1b
commit f72cdafcd8

View file

@ -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 \