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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
