[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, experimental, updated. debian/18.0.1025.168_r134367-1-15-g1343b0c

Giuseppe Iuculano iuculano at debian.org
Fri Jun 1 07:57:02 UTC 2012


The following commit has been merged in the experimental branch:
commit 1343b0cc3a343df6efe3d500c4d5bcebc98270b5
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Fri Jun 1 09:56:29 2012 +0200

    Fixed ploating point exception  in protobuf internal copy
    
    Thanks: Andrew Chant

diff --git a/debian/rules b/debian/rules
index 6b2b2d8..b0f27cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,20 +160,22 @@ CC_VERSION   := $(shell gcc -dumpversion | cut -d. -f-2)
 ifeq (1/4.4,$(AVOID_GCC_44)/$(CC_VERSION))
 CC  := gcc-4.3
 CXX := g++-4.3
-BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX)
+BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX) LINK.host=$(CXX)
 endif
 
 
 ifeq (1/4.6,$(AVOID_GCC_46)/$(CC_VERSION))
 CC  := gcc-4.5
 CXX := g++-4.5
-BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX)
+BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX) LINK.host=$(CXX)
 endif
 
 ifeq (1/4.7,$(AVOID_GCC_47)/$(CC_VERSION))
 CC  := gcc-4.6
 CXX := g++-4.6
-BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX)
+GYP_DEFINES += werror=$(NULL)
+GYP_DEFINES += gcc_version=46
+BUILD_ARGS += CC=$(CC) CXX=$(CXX) CC.host=$(CC) CXX.host=$(CXX) LINK.host=$(CXX)
 endif
 
 ifeq (0/4.6,$(AVOID_GCC_46)/$(CC_VERSION))

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list