]> git.pld-linux.org Git - packages/getty_ps.git/commitdiff
- pass CC
authordarekr <darekr@pld-linux.org>
Mon, 8 May 2006 11:34:21 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    getty_ps.spec -> 1.28

getty_ps.spec

index f5cfd859e229f282d2cf702cd7e1c072b9423a73..ae1e0e844afe55c85317212b5215ed7f28044d3f 100644 (file)
@@ -58,7 +58,10 @@ mgetty daha kullan
 # clean this ...
 %{__make} clean
 
 # clean this ...
 %{__make} clean
 
-%{__make} OPT="%{rpmcflags}" LIBS="-lncurses"
+%{__make} \
+       CC="%{__cc}" \
+       OPT="%{rpmcflags}" \
+       LIBS="-lncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -75,9 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc Examples/default/* ANNOUNCE README*
-
+%doc ChangeLog Examples/default/* ANNOUNCE README*
 %config(missingok) %verify(not md5 mtime size) %{_sysconfdir}/gettydefs
 %config(missingok) %verify(not md5 mtime size) %{_sysconfdir}/gettydefs
-
 %attr(755,root,root) /sbin/*
 %{_mandir}/man[15]/*
 %attr(755,root,root) /sbin/*
 %{_mandir}/man[15]/*
This page took 0.076491 seconds and 4 git commands to generate.