From 86071449a602c68252c225419cc6b9d8214a813a Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 4 Mar 2020 00:06:13 -0400 Subject: [PATCH] Add systemd dev to build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 72f55f0d0..d83f5b161 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lokinet Section: net Priority: optional Maintainer: Jeff Becker (probably not evil) -Build-Depends: debhelper (>= 11), g++, cmake (>= 3.0), libcap-dev (>= 2.25), pkg-config, libuv1-dev, git, libcurl4-openssl-dev, libsodium-dev (>= 1.0.18) +Build-Depends: debhelper (>= 11), g++, cmake (>= 3.0), libcap-dev (>= 2.25), pkg-config, libuv1-dev, git, libcurl4-openssl-dev, libsodium-dev (>= 1.0.18), libsystemd-dev Standards-Version: 3.9.6 Homepage: https://loki.network/ Vcs-Git: git://github.com/loki-project/lokinet-builder.git