mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-25 00:10:40 +00:00
Enable libiptc support for networkd masquerading/NAT
This commit is contained in:
parent
d098d57bfb
commit
4c9a3a0a02
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -21,6 +21,7 @@ systemd (219-1) UNRELEASED; urgency=medium
|
||||
Debian) to make the ACL for "adm" actually work.
|
||||
* debian/rules: Explicitly disable importd for now; it should still mature a
|
||||
bit. Explicitly enable hwdb support.
|
||||
* Enable libiptc support for networkd masquerading/NAT.
|
||||
* /lib/lsb/init-functions.d/40-systemd: Call systemctl is-system-running
|
||||
with --quiet. (LP: #1421058)
|
||||
* debian/systemd.postrm: Clean getty@tty1.service and remote-fs.target
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@ -35,6 +35,7 @@ Build-Depends: debhelper (>= 9),
|
||||
libkmod-dev (>= 15),
|
||||
libblkid-dev (>= 2.24),
|
||||
libmount-dev (>= 2.20),
|
||||
iptables-dev,
|
||||
libgirepository1.0-dev (>= 1.31.1),
|
||||
gobject-introspection (>= 1.31.1),
|
||||
python3-all-dev,
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@ -50,6 +50,7 @@ CONFFLAGS_deb = \
|
||||
--enable-gtk-doc \
|
||||
--enable-compat-libs \
|
||||
--enable-hwdb \
|
||||
--enable-libiptc \
|
||||
PYTHON=python3
|
||||
|
||||
CONFFLAGS_udeb = \
|
||||
@ -82,6 +83,7 @@ CONFFLAGS_udeb = \
|
||||
--disable-gudev \
|
||||
--disable-rfkill \
|
||||
--disable-hwdb \
|
||||
--disable-libiptc \
|
||||
--disable-manpages \
|
||||
--without-python
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user