SPECS: apache1.spec - pass CC

glen glen at pld-linux.org
Fri Sep 29 23:47:56 CEST 2006


Author: glen                         Date: Fri Sep 29 21:47:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass CC

---- Files affected:
SPECS:
   apache1.spec (1.152 -> 1.153) 

---- Diffs:

================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.152 SPECS/apache1.spec:1.153
--- SPECS/apache1.spec:1.152	Fri Sep 29 23:40:39 2006
+++ SPECS/apache1.spec	Fri Sep 29 23:47:51 2006
@@ -1361,14 +1361,17 @@
 	%{?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}
@@ -2448,6 +2451,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.153  2006/09/29 21:47:51  glen
+- pass CC
+
 Revision 1.152  2006/09/29 21:40:39  glen
 - conflict before package split
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache1.spec?r1=1.152&r2=1.153&f=u



More information about the pld-cvs-commit mailing list