diff --git a/debian/patches/pve/0025-PVE-Backup-add-vma-backup-format-code.patch b/debian/patches/pve/0025-PVE-Backup-add-vma-backup-format-code.patch index 0e939bf..31cd97e 100644 --- a/debian/patches/pve/0025-PVE-Backup-add-vma-backup-format-code.patch +++ b/debian/patches/pve/0025-PVE-Backup-add-vma-backup-format-code.patch @@ -46,7 +46,7 @@ index b3e7ec0e92..b84f62f882 100644 qemu_nbd = executable('qemu-nbd', files('qemu-nbd.c'), dependencies: [blockdev, qemuutil, gnutls], install: true) -+ vma = executable('vma', files('vma.c', 'vma-reader.c'), ++ vma = executable('vma', files('vma.c', 'vma-reader.c') + genh, + dependencies: [authz, block, crypto, io, qom], install: true) + subdir('storage-daemon') diff --git a/debian/patches/pve/0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch b/debian/patches/pve/0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch index 8178a13..c5ae406 100644 --- a/debian/patches/pve/0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch +++ b/debian/patches/pve/0028-PVE-Backup-pbs-restore-new-command-to-restore-from-p.patch @@ -16,10 +16,10 @@ index c05c926cc3..69a0fe80ef 100644 --- a/meson.build +++ b/meson.build @@ -2749,6 +2749,10 @@ if have_tools - vma = executable('vma', files('vma.c', 'vma-reader.c'), + vma = executable('vma', files('vma.c', 'vma-reader.c') + genh, dependencies: [authz, block, crypto, io, qom], install: true) -+ pbs_restore = executable('pbs-restore', files('pbs-restore.c'), ++ pbs_restore = executable('pbs-restore', files('pbs-restore.c') + genh, + dependencies: [authz, block, crypto, io, qom, + libproxmox_backup_qemu], install: true) +