[pbs-devel] [PATCH qemu 01/11] PVE: explicitly add libuuid as linking dependency

Stefan Reiter s.reiter at proxmox.com
Mon Jan 11 12:13:59 CET 2021


This previously only worked since linking against glusterfs pulls in
libuuid as well. Make it more explicit and allow debug builds without
glusterfs.

Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
---

Unrelated to rest of series, just annoyed me.

 Makefile.objs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.objs b/Makefile.objs
index c7ba4e11e7..9c8d17df70 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -54,6 +54,8 @@ common-obj-y += net/
 common-obj-y += qdev-monitor.o
 common-obj-$(CONFIG_WIN32) += os-win32.o
 common-obj-$(CONFIG_POSIX) += os-posix.o
+pve-backup.o-libs := -luuid
+vma-writer.o-libs := -luuid
 os-posix.o-libs := -lsystemd
 
 common-obj-$(CONFIG_LINUX) += fsdev/
-- 
2.20.1






More information about the pbs-devel mailing list