29 lines
841 B
Diff
29 lines
841 B
Diff
|
From 6579bebc5c8843c4b7dfc3252267708990b097fc Mon Sep 17 00:00:00 2001
|
||
|
From: Heming Zhao <heming.zhao@suse.com>
|
||
|
Date: Mon, 18 Oct 2021 16:19:32 +0800
|
||
|
Subject: [PATCH 1/2] Revert "dlm_controld: add version check for libquorum"
|
||
|
|
||
|
This reverts commit 3201db3835c85a1d9a407e621bff7902896e8a82.
|
||
|
---
|
||
|
dlm_controld/Makefile | 4 ----
|
||
|
1 file changed, 4 deletions(-)
|
||
|
|
||
|
diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
|
||
|
index 8cfc97e6909a..667998076acc 100644
|
||
|
--- a/dlm_controld/Makefile
|
||
|
+++ b/dlm_controld/Makefile
|
||
|
@@ -60,10 +60,6 @@ ifeq ($(USE_SD_NOTIFY),yes)
|
||
|
BIN_LDFLAGS += $(shell $(PKG_CONFIG) --libs libsystemd)
|
||
|
endif
|
||
|
|
||
|
-ifeq (, $(shell $(PKG_CONFIG) --libs "libquorum >= 3.1.0"))
|
||
|
- $(error "Requires libquorum at least version 3.1.0")
|
||
|
-endif
|
||
|
-
|
||
|
all: $(LIB_TARGET) $(BIN_TARGET) $(LIB_PC)
|
||
|
|
||
|
$(BIN_TARGET): $(BIN_SOURCE)
|
||
|
--
|
||
|
2.33.0
|
||
|
|