]> git.proxmox.com Git - lxcfs.git/commitdiff
build with fuse 3 for bookworm
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 May 2023 09:48:00 +0000 (11:48 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 May 2023 10:07:01 +0000 (12:07 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/control
debian/rules

index d78c2f382f418654d7fdd63a115ea0139bcd9df6..cc62b1befd22f962858554f6f71d85b0496c032f 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: debhelper-compat (= 13),
                help2man,
-               libfuse-dev,
+               libfuse3-dev,
                libpam0g-dev,
                meson,
                pkg-config,
index 1b0c270da394b39179757e4b94fc226c1415f77f..5b5bf7bf7d3e2a1dcb3136228ec94f2421023420 100755 (executable)
@@ -13,7 +13,7 @@ override_dh_auto_configure:
        mkdir -p build
        cd build && meson .. --prefix=/usr \
                -Dinit-script=systemd \
-               -Dfuse-version=2
+               -Dfuse-version=3
 
 override_dh_auto_install:
        dh_auto_install --destdir=debian/lxcfs