Blame SOURCES/0001-dlm_controld-libsystemd-broke-itself.patch

11c6eb
From 2eefc91150a3292c2be82f4139207e06b4c4bba4 Mon Sep 17 00:00:00 2001
11c6eb
From: David Teigland <teigland@redhat.com>
11c6eb
Date: Fri, 10 Jun 2016 13:13:48 -0500
11c6eb
Subject: [PATCH] dlm_controld: libsystemd broke itself
11c6eb
11c6eb
---
11c6eb
 dlm_controld/Makefile | 4 ++--
11c6eb
 1 file changed, 2 insertions(+), 2 deletions(-)
11c6eb
11c6eb
diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
11c6eb
index 13d6339ab263..cf556c9d72b8 100644
11c6eb
--- a/dlm_controld/Makefile
11c6eb
+++ b/dlm_controld/Makefile
11c6eb
@@ -62,9 +62,9 @@ LIB_CFLAGS += $(BIN_CFLAGS)
11c6eb
 LIB_LDFLAGS += -Wl,-z,relro -pie
11c6eb
 
11c6eb
 ifeq ($(USE_SD_NOTIFY),yes)
11c6eb
-	BIN_CFLAGS += $(shell pkg-config --cflags libsystemd-daemon) \
11c6eb
+	BIN_CFLAGS += $(shell pkg-config --cflags libsystemd) \
11c6eb
 		      -DUSE_SD_NOTIFY
11c6eb
-	BIN_LDFLAGS += $(shell pkg-config --libs libsystemd-daemon)
11c6eb
+	BIN_LDFLAGS += $(shell pkg-config --libs libsystemd)
11c6eb
 endif
11c6eb
 
11c6eb
 all: $(LIB_TARGET) $(BIN_TARGET)
11c6eb
-- 
11c6eb
1.8.3.1
11c6eb