mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-10 09:25:29 +00:00
add missing library dependencies
without these, the generated d/control files are incomplete and builds fail on clean systems. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d363fb2bee
commit
e8cb382442
@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
|||||||
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
||||||
|
|
||||||
[packages.lib]
|
[packages.lib]
|
||||||
depends = [ "uuid-dev" ]
|
depends = [ "libssl-dev", "uuid-dev" ]
|
||||||
|
@ -7,4 +7,4 @@ vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
|||||||
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
||||||
|
|
||||||
[packages.lib]
|
[packages.lib]
|
||||||
depends = [ "uuid-dev" ]
|
depends = [ "libacl1-dev", "uuid-dev" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user