mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 07:02:48 +00:00
build with use_custom_libcxx=false to force the use of the system libstdc++
This commit is contained in:
parent
e13e1f3e1b
commit
f72cdafcd8
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,6 @@ members of the Chromium and WebDriver teams.
|
||||||
%patch601 -p1
|
%patch601 -p1
|
||||||
|
|
||||||
%patch603 -p1
|
%patch603 -p1
|
||||||
#%patch604 -p1
|
|
||||||
%patch605 -p1
|
%patch605 -p1
|
||||||
|
|
||||||
%patch607 -p1
|
%patch607 -p1
|
||||||
|
@ -436,6 +435,7 @@ echo "DEBUG: Compile flags are: CFLAGS: $CFLAGS , CXXFLAGS: $CXXFLAGS , LDFLAGS:
|
||||||
# v NO TABS IN HERE!
|
# v NO TABS IN HERE!
|
||||||
%define gn_config use_sysroot=false \
|
%define gn_config use_sysroot=false \
|
||||||
system_libdir="%{_lib}" \
|
system_libdir="%{_lib}" \
|
||||||
|
use_custom_libcxx=false \
|
||||||
icu_use_data_file=true \
|
icu_use_data_file=true \
|
||||||
enable_nacl=false \
|
enable_nacl=false \
|
||||||
optimize_webui=true \
|
optimize_webui=true \
|
||||||
|
|
Loading…
Add table
Reference in a new issue