summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch')
-rw-r--r--meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch b/meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch
deleted file mode 100644
index da62687d57..0000000000
--- a/meta/recipes-extended/ltp/ltp/0001-configure-Fix-default-value-of-without-numa-switch-i.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 4ace68a6ba501907a0741dba5f5f155e06a74c35 Mon Sep 17 00:00:00 2001
2From: Petr Vorel <pvorel@suse.cz>
3Date: Wed, 7 Feb 2018 11:09:49 +0100
4Subject: [PATCH] configure: Fix default value of --without-numa switch in help
5
6The default value is no.
7
8Fixes: 39a85a1f1 ("configure: add knob to control numa support")
9
10Signed-off-by: Petr Vorel <pvorel@suse.cz>
11Upstream-Status: Accepted
12---
13 configure.ac | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/configure.ac b/configure.ac
17index b39a31d..d66ea00 100644
18--- a/configure.ac
19+++ b/configure.ac
20@@ -86,7 +86,7 @@ fi
21 # Numa
22 AC_ARG_WITH([numa],
23 AC_HELP_STRING([--without-numa],
24- [without numa support (default=yes)]),
25+ [without numa support (default=no)]),
26 [with_numa=no],
27 [with_numa=yes]
28 )
29--
302.7.4
31