]> git.pld-linux.org Git - packages/arts.git/commitdiff
- pass CXXLD and CCLD to make. fixes build with distcc. (or it's distcc problem?)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 13 Nov 2005 18:53:55 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts.spec -> 1.121

arts.spec

index 5220303bb7cbd40ecffbd0bf55d7b1422a592719..317cf798f46bedeb8b4d6b214ed4232c4aafd13f 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -177,7 +177,9 @@ cp -f /usr/share/automake/config.sub admin
        --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
This page took 0.085364 seconds and 4 git commands to generate.