]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- only need gcc4 in build section
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Dec 2010 21:06:11 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.508

mysql.spec

index c08d4303822e604084da85af80116e45c6febe09..9a2066d280cd1551908d169df1c507c54ea9be86 100644 (file)
 %bcond_with    tests           # FIXME: don't run correctly
 %bcond_with    ndb             # NDB is now a separate product, this here is broken, so disable it
 
-%if "%{pld_release}" == "ac"
-# add suffix, but allow ccache, etc in ~/.rpmmacros
-%{expand:%%define      __cc    %(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
-%{expand:%%define      __cxx   %(echo '%__cxx' | sed -e 's,-g++,-g++4,')}
-%{expand:%%define      __cpp   %(echo '%__cpp' | sed -e 's,-gcc,-gcc4,')}
-%endif
-
 %include       /usr/lib/rpm/macros.perl
 Summary:       MySQL: a very fast and reliable SQL database engine
 Summary(de.UTF-8):     MySQL: ist eine SQL-Datenbank
@@ -545,7 +538,7 @@ cd build
 # cluster it wants)
 
 %if "%{pld_release}" == "ac"
-# this needs to be redefined for ./repackage.sh to work
+# add suffix, but allow ccache, etc in ~/.rpmmacros
 %{expand:%%define      __cc    %(echo '%__cc' | sed -e 's,-gcc,-gcc4,')}
 %{expand:%%define      __cxx   %(echo '%__cxx' | sed -e 's,-g++,-g++4,')}
 %{expand:%%define      __cpp   %(echo '%__cpp' | sed -e 's,-gcc,-gcc4,')}
This page took 0.056132 seconds and 4 git commands to generate.