libmodulemd/libmodulemd-disable-valgrind-test-for-build.patch
2020-07-29 13:41:26 +08:00

29 lines
665 B
Diff

From 31383ba84f9a2fa1bcae6a38e5a43dd3abdee587 Mon Sep 17 00:00:00 2001
From: sherlock2010 <15151851377@163.com>
Date: Sat, 25 Jul 2020 15:07:47 +0800
Subject: [PATCH 2/2] decond commit
---
modulemd/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modulemd/meson.build b/modulemd/meson.build
index 8b3d543..b9d7549 100644
--- a/modulemd/meson.build
+++ b/modulemd/meson.build
@@ -48,9 +48,9 @@ endif
if developer_build
valgrind = find_program('valgrind')
- if not valgrind.found()
+# if not valgrind.found()
valgrind = disabler()
- endif
+# endif
else
valgrind = disabler()
endif
--
1.8.3.1