]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- pass CC to apxs
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Jun 2006 17:53:58 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_fastcgi.spec -> 1.47

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.07673 seconds and 4 git commands to generate.