From fe3365fd1ac60925bc1a003efc3e7697b0647c1d Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 16 Apr 2012 15:04:01 +0200 Subject: [PATCH] Use g++-4.6 --- libzypp.spec.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libzypp.spec.cmake b/libzypp.spec.cmake index ae2c0a9..cb4fe0a 100644 --- a/libzypp.spec.cmake +++ b/libzypp.spec.cmake @@ -209,7 +209,7 @@ mkdir build cd build %if %0%{?force_gcc_46} export CC=gcc-4.6 -export CXX=gcc-4.6 +export CXX=g++-4.6 %endif export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -- 2.7.4