SPECS: nx.spec __cc bugfix

arekm arekm at pld-linux.org
Thu Jan 26 19:52:52 CET 2006


Author: arekm                        Date: Thu Jan 26 18:52:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
__cc bugfix

---- Files affected:
SPECS:
   nx.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/nx.spec
diff -u SPECS/nx.spec:1.7 SPECS/nx.spec:1.8
--- SPECS/nx.spec:1.7	Thu Jan 26 19:37:29 2006
+++ SPECS/nx.spec	Thu Jan 26 19:52:47 2006
@@ -73,16 +73,18 @@
 
 cd nxcomp
 %configure
-%{__make}
+%{__make} \
+	CC="%{__cc}"
 
 cd ../nxcompext
 %configure
 perl -pi -e "s|LDFLAGS     = |LDFLAGS = -fPIC -L/usr/X11R6/%{_lib}|" Makefile
-%{__make}
+%{__make} \
+	CC="%{__cc}"
 
 cd ../nx-X11
 %{__make} \
-	CC="%{_cc}" \
+	CC="%{__cc}" \
 	World
 
 cd ../nxdesktop
@@ -98,13 +100,13 @@
 xmkmf -a
 %{__make} \
 	EXTRA_LIBRARIES="-L%{_libdir} -L../nx-X11/exports/lib" \
-	CC="%{_cc}" \
+	CC="%{__cc}" \
 	World
 
 cd ../nxproxy
 %configure
 %{__make} \
-	CC="%{_cc}"
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -154,6 +156,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/01/26 18:52:47  arekm
+__cc bugfix
+
 Revision 1.7  2006/01/26 18:37:29  arekm
 - updated
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nx.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list