]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- if it possible map %%{__cc} to %%{__cxx} in the same way as in mozilla.spec.
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 09:31:10 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.125

mysql.spec

index f38275b465c6984c380a68081f18c40342b07b7e..1b05b041dd50f84cbfd87908e52ab75ccc31b890 100644 (file)
@@ -51,7 +51,7 @@ Obsoletes:    mysql-server
 
 %define                _libexecdir     %{_sbindir}
 %define                _localstatedir  /var/lib/mysql
-%define                _gcc_ver        %(%{__cc} --version | cut -b 1)
+%define                _gcc_ver        %(%{__cc} -dumpversion | cut -b 1)
 %if %{_gcc_ver} == 2
 %define                __cxx           "%{__cc}"
 %endif
This page took 0.137051 seconds and 4 git commands to generate.