- add -fgnu89-inline to let mc compile with gcc 4.3.0+
This commit is contained in:
parent
910fbe258d
commit
cbcb158c6a
7
mc.spec
7
mc.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell
|
Summary: User-friendly text console file manager and visual shell
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.6.1a
|
Version: 4.6.1a
|
||||||
Release: 50.20070604cvs%{?dist}
|
Release: 51.20070604cvs%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -121,7 +121,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="-DUTF8=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS"
|
export CFLAGS="-DUTF8=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS -fgnu89-inline"
|
||||||
%configure --with-screen=slang \
|
%configure --with-screen=slang \
|
||||||
--enable-charset \
|
--enable-charset \
|
||||||
--with-samba \
|
--with-samba \
|
||||||
@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_libexecdir}/mc
|
%dir %{_libexecdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 8 2008 Jindrich Novy <jnovy@redhat.com> 4.6.1a-51
|
||||||
|
- add -fgnu89-inline to let mc compile with gcc 4.3.0+
|
||||||
|
|
||||||
* Wed Nov 14 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-50
|
* Wed Nov 14 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-50
|
||||||
- don't preserve attributes in copy/move while the option is
|
- don't preserve attributes in copy/move while the option is
|
||||||
switched off (#195614)
|
switched off (#195614)
|
||||||
|
Loading…
Reference in New Issue
Block a user