From: Michael Andres Date: Mon, 16 Apr 2012 13:04:01 +0000 (+0200) Subject: Use g++-4.6 X-Git-Tag: 11.5.0~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe3365fd1ac60925bc1a003efc3e7697b0647c1d;p=platform%2Fupstream%2Flibzypp.git Use g++-4.6 --- 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"