From 430e2c46ac2efc339c794d6ed02edbbdbcb3e4e1 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 8 Feb 2005 23:49:48 +0000 Subject: [PATCH] rebuild with -D_FORTITY_SOURCE=2 --- numactl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/numactl.spec b/numactl.spec index 6124eb0..f6b1dc7 100644 --- a/numactl.spec +++ b/numactl.spec @@ -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 +- rebuild with -D_FORTITY_SOURCE=2 + * Wed Nov 10 2004 David Woodhouse - Fix build on x86_64