]> git.pld-linux.org Git - packages/arc.git/commitdiff
- use proper CC
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Nov 2004 14:43:10 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arc.spec -> 1.15

arc.spec

index 8deb7e96780b51bbff4d921de9cf7ad6411c6c6c..ecc649c72d7fa187104a64fb2c6f285fac25f06f 100644 (file)
--- a/arc.spec
+++ b/arc.spec
@@ -24,7 +24,9 @@ stare archiwa .arc.
 %patch0 -p1
 
 %build
-%{__make} OPT="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       OPT="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -39,6 +41,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc Arc521.doc Arcinfo Changes.521 README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/arc.1*
-%doc Arc521.doc Arcinfo Changes.521 README
This page took 0.068877 seconds and 4 git commands to generate.