SPECS: arts.spec - pass CXXLD and CCLD to make. fixes build with d...
glen
glen at pld-linux.org
Sun Nov 13 19:54:00 CET 2005
Author: glen Date: Sun Nov 13 18:54:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CXXLD and CCLD to make. fixes build with distcc. (or it's distcc problem?)
---- Files affected:
SPECS:
arts.spec (1.120 -> 1.121)
---- Diffs:
================================================================
Index: SPECS/arts.spec
diff -u SPECS/arts.spec:1.120 SPECS/arts.spec:1.121
--- SPECS/arts.spec:1.120 Sat Nov 12 23:55:27 2005
+++ SPECS/arts.spec Sun Nov 13 19:53:55 2005
@@ -178,7 +178,9 @@
--with-qt-libraries=%{_libdir} \
--with%{!?with_alsa:out}-alsa
-%{__make}
+%{__make} \
+ CXXLD=%{_host_cpu}-%{_vendor}-%{_os}-g++ \
+ CCLD=%{_host_cpu}-%{_vendor}-%{_os}-gcc
%install
rm -rf $RPM_BUILD_ROOT
@@ -311,6 +313,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.121 2005/11/13 18:53:55 glen
+- pass CXXLD and CCLD to make. fixes build with distcc. (or it's distcc problem?)
+
Revision 1.120 2005/11/12 22:55:27 arekm
- fix _kdever
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/arts.spec?r1=1.120&r2=1.121&f=u
More information about the pld-cvs-commit
mailing list