rpms/freeipmi/devel freeipmi.spec,1.4,1.5

Phil Knirsch (pknirsch) fedora-extras-commits at redhat.com
Wed Feb 27 14:33:52 UTC 2008


Author: pknirsch

Update of /cvs/pkgs/rpms/freeipmi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1300

Modified Files:
	freeipmi.spec 
Log Message:
- Final fix for gcc-4.3 rebuild problem.



Index: freeipmi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freeipmi/devel/freeipmi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- freeipmi.spec	21 Feb 2008 11:38:09 -0000	1.4
+++ freeipmi.spec	27 Feb 2008 14:33:19 -0000	1.5
@@ -66,9 +66,9 @@
 %patch1 -p1 -b .regex
 
 %build
-%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
+CFLAGS=-D_GNU_SOURCE %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
            %{?_enable_debug} --disable-static
-CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
+CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS" make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -286,7 +286,7 @@
 %{_mandir}/man8/ipmidetectd.8*
 
 %changelog
-* Thu Feb 21 2008 Phil Knirsch <pknirsch at redhat.com> - 0.5.1-3
+* Wed Feb 27 2008 Phil Knirsch <pknirsch at redhat.com> - 0.5.1-3
 - Fix GCC 4.3 rebuild problems
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.5.1-2




More information about the fedora-extras-commits mailing list