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