[Cluster-devel] [PATCH dlm-tool 4/6] stonith_helper: Don't link dlm_stonith against libxml2

Alexander Aring aahringo at redhat.com
Thu Dec 2 20:20:37 UTC 2021


Took it from the debian patches. There is no need to link against
libxml2 for the stonith_helper tool.

Reported-by: Ferenc Wágner <wferi at debian.org>
---
 fence/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fence/Makefile b/fence/Makefile
index 2b080468..547f7ba9 100644
--- a/fence/Makefile
+++ b/fence/Makefile
@@ -18,12 +18,10 @@ CFLAGS += -D_GNU_SOURCE -O2 -ggdb \
 	-fstack-clash-protection -Wl,-z,now
 
 CFLAGS += -fPIE -DPIE
-CFLAGS += `xml2-config --cflags`
 CFLAGS += -I../include
 CFLAGS += $(shell pkg-config --cflags pacemaker-fencing)
 
 LDFLAGS += -Wl,-z,relro -Wl,-z,defs -pie
-LDFLAGS += `xml2-config --libs`
 LDFLAGS += -ldl
 
 all: $(BIN_TARGET)
-- 
2.27.0




More information about the Cluster-devel mailing list