]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/blobdiff - apache1-mod_fastcgi.spec
- pass CC to apxs
[packages/apache1-mod_fastcgi.git] / apache1-mod_fastcgi.spec
index dba35ca1ce087afc76cd383a1958d25a40b732bf..43fd4b2055d83e30c63a2cd2c3008b11b6b99e5f 100644 (file)
@@ -57,7 +57,7 @@ FastCGI - 
 %patch1 -p1
 
 %build
-%{apxs} -o mod_%{mod_name}.so -c *.c
+%{apxs} -S CC="%{__cc}" -o mod_%{mod_name}.so -c *.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.046996 seconds and 4 git commands to generate.