- Final fix for gcc-4.3 rebuild problem.

This commit is contained in:
Phil Knirsch 2008-02-27 14:33:19 +00:00
parent 274b6bea7d
commit 683cd9fa37

View File

@ -66,9 +66,9 @@ Provides a tool and a daemon for IPMI node detection.
%patch1 -p1 -b .regex %patch1 -p1 -b .regex
%build %build
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \ CFLAGS=-D_GNU_SOURCE %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
%{?_enable_debug} --disable-static %{?_enable_debug} --disable-static
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS" make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -286,7 +286,7 @@ fi
%{_mandir}/man8/ipmidetectd.8* %{_mandir}/man8/ipmidetectd.8*
%changelog %changelog
* Thu Feb 21 2008 Phil Knirsch <pknirsch@redhat.com> - 0.5.1-3 * Wed Feb 27 2008 Phil Knirsch <pknirsch@redhat.com> - 0.5.1-3
- Fix GCC 4.3 rebuild problems - Fix GCC 4.3 rebuild problems
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.1-2 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.1-2