mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-14 07:25:14 +00:00
d/control: drop pve-libseccomp2.4-dev in favor of debians now new enough one
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f6eac54018
commit
df5aa6714a
2
debian/control
vendored
2
debian/control
vendored
@ -12,8 +12,8 @@ Build-Depends: bash-completion,
|
|||||||
libcap-dev,
|
libcap-dev,
|
||||||
libgnutls28-dev,
|
libgnutls28-dev,
|
||||||
linux-libc-dev,
|
linux-libc-dev,
|
||||||
|
libseccomp-dev (>= 2.4~),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
pve-libseccomp2.4-dev,
|
|
||||||
quilt,
|
quilt,
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Homepage: https://linuxcontainers.org
|
Homepage: https://linuxcontainers.org
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -27,8 +27,6 @@ override_dh_auto_configure:
|
|||||||
--enable-seccomp \
|
--enable-seccomp \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-cgroup-pattern='lxc/%n' \
|
--with-cgroup-pattern='lxc/%n' \
|
||||||
SECCOMP_CFLAGS="-I/usr/lib/pve-libseccomp2.4/include" \
|
|
||||||
SECCOMP_LIBS="-L/usr/lib/$(DEB_HOST_MULTIARCH)/pve-libseccomp2.4 -lseccomp" \
|
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
dh_fixperms -Xusr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-user-nic
|
dh_fixperms -Xusr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-user-nic
|
||||||
|
Loading…
Reference in New Issue
Block a user