]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
build: add libsystemd-dev to build-depends
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 19 Jan 2023 09:53:05 +0000 (10:53 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 19 Jan 2023 09:53:05 +0000 (10:53 +0100)
pve-lxcsyscalld is linked with it..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/debcargo.toml

index b5a4d189cf3d326b7423651c21bbb5fa22ec2ea3..7bf0eeccc2cc3246c3aa0830700fc68a3309af3d 100644 (file)
@@ -4,7 +4,7 @@ maintainer = "Proxmox Support Team <support@proxmox.com>"
 
 [source]
 section = "admin"
-build_depends = [ "debhelper (>= 12~)", "bash-completion" ]
+build_depends = [ "debhelper (>= 12~)", "bash-completion", "libsystemd-dev" ]
 build_depends_excludes = [ "debhelper (>=11)" ]
 # TODO:
 vcs_git = ""