rebuild with -D_FORTITY_SOURCE=2
This commit is contained in:
parent
7dca8be68d
commit
b5e45dd7e6
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: library for tuning for Non Uniform Memory Access machines
|
||||
Version: 0.6.4
|
||||
Release: %(R="$Revision: 1.12 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
Release: %(R="$Revision: 1.11 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
License: LGPL/GPL
|
||||
Group: System Environment/Base
|
||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
||||
@ -35,7 +35,7 @@ allocations with NUMA policy in applications.
|
||||
|
||||
%build
|
||||
cd numactl-%{version}
|
||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC -D_FORTITY_SOURCE=2"
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 8 2004 Dave Jones <davej@redhat.com>
|
||||
- rebuild with -D_FORTITY_SOURCE=2
|
||||
|
||||
* Wed Nov 10 2004 David Woodhouse <dwmw2@redhat.com>
|
||||
- Fix build on x86_64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user