From 50eebc07aa9fefd12b9b2e1824e5f9935f5ea477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej@sury.org> Date: Thu, 4 Aug 2016 09:22:04 +0200 Subject: [PATCH] sd_listen_fds_with_names() requires libsystemd >= 227 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c87a7cc84..be7217fe2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ $(eval $(call find_lib,libmemcached,1.0)) $(eval $(call find_lib,hiredis)) $(eval $(call find_lib,socket_wrapper)) $(eval $(call find_lib,libdnssec)) -$(eval $(call find_lib,libsystemd)) +$(eval $(call find_lib,libsystemd,227)) # Find Go version and platform GO_VERSION := $(shell $(GO) version 2>/dev/null) -- GitLab