From: Ondřej Surý Date: Thu, 4 Aug 2016 07:22:04 +0000 (+0200) Subject: sd_listen_fds_with_names() requires libsystemd >= 227 X-Git-Tag: v1.1.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50eebc07aa9fefd12b9b2e1824e5f9935f5ea477;p=thirdparty%2Fknot-resolver.git sd_listen_fds_with_names() requires libsystemd >= 227 --- 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)