]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- pass CC auto/ac/apache1-1_3_37-4
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Sep 2006 21:47:51 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1.spec -> 1.153

apache1.spec

index 771300e1863c4cb331ff6eb1355778d75d4c3fb7..5a09b8c304c1007526c6cf034ec72a3d54afd614 100644 (file)
@@ -1360,14 +1360,17 @@ OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
        %{?with_ipv6:--enable-rule=INET6}
 
 %{__make} \
+       CC="%{__cc}"
        LIBS1="-lm -lcrypt -lmm -ldl"
 
 rm -f src/modules/standard/mod_auth_db.so
 %{__make} -C src/modules/standard mod_auth_db.so \
+       CC="%{__cc}"
        LIBS_SHLIB="-ldb"
 
 rm -f src/modules/standard/mod_rewrite.so
 %{__make} -C src/modules/standard mod_rewrite.so \
+       CC="%{__cc}"
        LIBS_SHLIB="-ldb %{?with_rewrite_ldap:-lldap -llber}"
 
 %if %{with lingerd}
This page took 0.047926 seconds and 4 git commands to generate.