diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch b/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch index ac94279585..2841a59a73 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 24e2b0edc2612acefcc48414bb6f0aeb086061a9 Mon Sep 17 00:00:00 2001 | 1 | From c24181245bc502a384635d7f7f48f12863f84c2f Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
3 | Date: Tue, 26 Feb 2019 23:57:06 -0800 | 3 | Date: Tue, 26 Feb 2019 23:57:06 -0800 |
4 | Subject: [PATCH] configure.cmake: fix valgrind | 4 | Subject: [PATCH] configure.cmake: fix valgrind |
@@ -16,16 +16,15 @@ Upstream-Status: Inappropriate [oe specific] | |||
16 | 16 | ||
17 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 17 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
18 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 18 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
19 | |||
20 | --- | 19 | --- |
21 | configure.cmake | 5 ++--- | 20 | configure.cmake | 5 ++--- |
22 | 1 file changed, 2 insertions(+), 3 deletions(-) | 21 | 1 file changed, 2 insertions(+), 3 deletions(-) |
23 | 22 | ||
24 | diff --git a/configure.cmake b/configure.cmake | 23 | diff --git a/configure.cmake b/configure.cmake |
25 | index 3cfc4b31..d017b3b3 100644 | 24 | index 61f30a75..3e730082 100644 |
26 | --- a/configure.cmake | 25 | --- a/configure.cmake |
27 | +++ b/configure.cmake | 26 | +++ b/configure.cmake |
28 | @@ -930,10 +930,9 @@ HAVE_GCC_C11_ATOMICS) | 27 | @@ -881,10 +881,9 @@ ENDIF() |
29 | 28 | ||
30 | IF(WITH_VALGRIND) | 29 | IF(WITH_VALGRIND) |
31 | SET(HAVE_valgrind 1) | 30 | SET(HAVE_valgrind 1) |