[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/21.0.1180.89_r154005-1-1-g3de18b6

Giuseppe Iuculano iuculano at debian.org
Mon Oct 1 13:16:55 UTC 2012


The following commit has been merged in the master branch:
commit 3de18b612072add542afd40929b002a663437a7a
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Mon Oct 1 15:02:48 2012 +0200

    Use zlib internal copy. This is necessary due to the CRIME work around. We can use the system zlib when chrome will remove SPDY 2/3 support.

diff --git a/debian/rules b/debian/rules
index c0adbb1..412e608 100755
--- a/debian/rules
+++ b/debian/rules
@@ -341,7 +341,7 @@ GYP_DEFINES += \
 	use_system_sqlite=$(USE_SYSTEM_SQLITE) \
 	use_system_libxml=1 \
 	use_system_libxslt=1 \
-	use_system_zlib=1 \
+	use_system_zlib=0 \
 	use_system_libevent=1 \
 	use_system_icu=0 \
 	use_system_yasm=1 \

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list