]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts.spec
- pass CXXLD and CCLD to make. fixes build with distcc. (or it's distcc problem?)
[packages/arts.git] / 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.045084 seconds and 4 git commands to generate.