[SCM] Qt 4 packaging branch, experimental-snapshots, updated. debian/4.7.3-1-7-g0470728

Fathi Boudra fabo at alioth.debian.org
Sat Jun 11 11:42:52 UTC 2011


The following commit has been merged in the experimental-snapshots branch:
commit 6b1328b6d309508e5b8ab8fcec34b6f178d8b58a
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Sat Mar 19 19:38:12 2011 +0100

    typofix. actually use g++ for c++ code
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index c94e2ec..fb64e0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ ifeq ($(DEB_HOST_ARCH),hppa)
 endif
 ifeq ($(DEB_HOST_ARCH),s390)
 	export CC=gcc-4.5
-	export CXX=gcc-4.5
+	export CXX=g++-4.5
 endif
 
 	# Create mkspecs/glibc-g++ from mkspecs/linux-g++, needed by GNU/kFreeBSD

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list