]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
update gyp flags, disable tcmalloc due symbol conflicts
authorElan Ruusamäe <glen@delfi.ee>
Wed, 20 Aug 2014 19:19:16 +0000 (22:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 20 Aug 2014 19:19:16 +0000 (22:19 +0300)
chromium-browser.spec

index ce68998da3722c3b7c09f512281eb9ab3ee73f70..988d881ef02d94a56d3275afb646aae81362f775 100644 (file)
@@ -37,7 +37,7 @@
 %bcond_with    system_libvpx   # system libvpx
 %bcond_without system_yasm             # system yasm
 %bcond_without system_zlib             # system zlib
-%bcond_without tcmalloc                # use tcmalloc
+%bcond_with    tcmalloc                # use tcmalloc
 %bcond_without verbose                 # verbose build (V=1)
 
 %ifarch %{ix86}
@@ -404,9 +404,10 @@ flags="
        -Dusb_ids_path=$(pkg-config --variable usbids usbutils) \
        -Dlinux_link_libpci=1 \
        -Dlinux_link_libspeechd=1 -Dlibspeechd_h_prefix=speech-dispatcher/ \
-       %{!?with_tcmalloc:-Dlinux_use_tcmalloc=0} \
+       -Duse_allocator=%{!?with_tcmalloc:none}%{?with_tcmalloc:tcmalloc} \
        %{?with_gps:-Dlinux_use_libgps=1 -Dlinux_link_libgps=1} \
-       -Dlinux_use_gold_binary=0 \
+       -Dlinux_use_bundled_binutils=0 \
+       -Dlinux_use_bundled_gold=0 \
        -Dlinux_use_gold_flags=0 \
        -Dlogging_like_official_build=1 \
        -Dgoogle_api_key=%{google_api_key} \
This page took 0.049193 seconds and 4 git commands to generate.