[packages/libCSS] use our CC

glen glen at pld-linux.org
Sat Apr 27 15:53:25 CEST 2013


commit 7e2119b078f7d5d851cdde0a5e54b7f01ba78ccf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Apr 27 16:53:20 2013 +0300

    use our CC

 libCSS.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libCSS.spec b/libCSS.spec
index 8607357..f02e930 100644
--- a/libCSS.spec
+++ b/libCSS.spec
@@ -71,11 +71,13 @@ export CFLAGS="%{rpmcflags}"
 export LDFLAGS="%{rpmldflags}"
 
 %{__make} Q= \
+	CC="%{__cc}" \
 	PREFIX=%{_prefix}  \
 	COMPONENT_TYPE=lib-shared
 
 %if %{with static_libs}
 %{__make} Q= \
+	CC="%{__cc}" \
 	PREFIX=%{_prefix} \
 	COMPONENT_TYPE=lib-static
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libCSS.git/commitdiff/7e2119b078f7d5d851cdde0a5e54b7f01ba78ccf



More information about the pld-cvs-commit mailing list