rpms/mc/devel mc.spec,1.128,1.129

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Jan 8 14:24:19 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/mc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14770

Modified Files:
	mc.spec 
Log Message:
- add -fgnu89-inline to let mc compile with gcc 4.3.0+



Index: mc.spec
===================================================================
RCS file: /cvs/extras/rpms/mc/devel/mc.spec,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- mc.spec	14 Nov 2007 13:49:47 -0000	1.128
+++ mc.spec	8 Jan 2008 14:23:43 -0000	1.129
@@ -3,7 +3,7 @@
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
 Version:	4.6.1a
-Release:	50.20070604cvs%{?dist}
+Release:	51.20070604cvs%{?dist}
 Epoch:		1
 License:	GPLv2
 Group:		System Environment/Shells
@@ -121,7 +121,7 @@
 popd
 
 %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 \
 	     --enable-charset \
 	     --with-samba \
@@ -198,6 +198,9 @@
 %dir %{_libexecdir}/mc
 
 %changelog
+* Tue Jan  8 2008 Jindrich Novy <jnovy at 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 at redhat.com> 4.6.1a-50
 - don't preserve attributes in copy/move while the option is
   switched off (#195614)




More information about the fedora-extras-commits mailing list