[Lunar-commits] <moonbase-other> chromium: Don't need two of these; -Duse_system_zlib=1, removing one.

stumbles stumbles at lunar-linux.org
Sat Jan 19 14:17:09 CET 2013


commit 5e155b9c94866d51394142c9faab64f249363d1c
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 19 Jan 2013 05:17:09 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/5e155b9c94866d51394142c9faab64f249363d1c

chromium: Don't need two of these; -Duse_system_zlib=1, removing one.
---
  web/chromium/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/web/chromium/BUILD
+++ b/web/chromium/BUILD
@@ -37,7 +37,7 @@ EOF
     OPTS+=" -Duse_libjpeg_turbo=1"
   fi &&
 
-  OPTS+=" -Duse_system_bzip2=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 -Duse_system_libxml=1 -Duse_system_libxslt=1 -Duse_system_zlib=1 -Duse_system_zlib=1 -Duse_system_ffmpeg=0 -Dproprietary_codecs=1 -Dwerror= -Ddisable_sse2=1 -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome -Dfastbuild=1 -Dlinux_strip_binary=1 -Dlinux_use_seccomp_sandbox=1 -Dlinux_use_gold_binary=0 -Dlinux_use_gold_flags=0 -Dffmpeg_branding=Chrome"
+  OPTS+=" -Duse_system_bzip2=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 -Duse_system_libxml=1 -Duse_system_libxslt=1 -Duse_system_zlib=1 -Duse_system_ffmpeg=0 -Dproprietary_codecs=1 -Dwerror= -Ddisable_sse2=1 -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome -Dfastbuild=1 -Dlinux_strip_binary=1 -Dlinux_use_seccomp_sandbox=1 -Dlinux_use_gold_binary=0 -Dlinux_use_gold_flags=0 -Dffmpeg_branding=Chrome"
 
   # set the target arch here
   if [ "`arch`" == "x86_64" ]; then




More information about the Lunar-commits mailing list