Enable libiptc support for networkd masquerading/NAT

This commit is contained in:
Martin Pitt 2015-02-17 13:38:17 +01:00
parent d098d57bfb
commit 4c9a3a0a02
3 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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
View File

@ -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
View File

@ -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