- Final fix for gcc-4.3 rebuild problem.
This commit is contained in:
parent
274b6bea7d
commit
683cd9fa37
@ -66,9 +66,9 @@ Provides a tool and a daemon for IPMI node detection.
|
||||
%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 @@ fi
|
||||
%{_mandir}/man8/ipmidetectd.8*
|
||||
|
||||
%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
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user