From 21b548647848652e3845e9b58e76240291a22916 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 14 Jun 2006 17:53:58 +0000 Subject: [PATCH] - pass CC to apxs Changed files: apache1-mod_fastcgi.spec -> 1.47 --- apache1-mod_fastcgi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache1-mod_fastcgi.spec b/apache1-mod_fastcgi.spec index dba35ca..43fd4b2 100644 --- a/apache1-mod_fastcgi.spec +++ b/apache1-mod_fastcgi.spec @@ -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 -- 2.44.0