diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2016-02-05 11:47:27 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2016-02-05 11:47:27 +0100 |
commit | eafaadbdef94c639cd6a43f41edc0841a95284ec (patch) | |
tree | c90a8cb64b27f6c7ea5175218d946fe2838a2cc7 /debian/rules | |
parent | 6b3356ae716d5f5d27330c39c3a9ce4d6c7d32b6 (diff) | |
download | vyos-strongswan-eafaadbdef94c639cd6a43f41edc0841a95284ec.tar.gz vyos-strongswan-eafaadbdef94c639cd6a43f41edc0841a95284ec.zip |
enable systemd and swanctl. closes: #813788
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 73731d286..337b03a02 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,8 @@ ifeq ($(DEB_BUILD_ARCH_OS),linux) --with-capabilities=libcap \ --enable-farp \ --enable-dhcp \ - --enable-af-alg + --enable-af-alg \ + --enable-systemd --enable-swanctl endif ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) |