diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2015-07-10 12:58:57 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2015-07-10 13:12:52 +0200 |
commit | 3b7ae6673ae7bc330d0305098cd9818a4f6a7856 (patch) | |
tree | 2eaeac50fbaa5c74a9f08630c68adc10efc075be /debian/rules | |
parent | 66658d480691ad6303c824070c10d5c54cab08b7 (diff) | |
download | vyos-strongswan-3b7ae6673ae7bc330d0305098cd9818a4f6a7856.tar.gz vyos-strongswan-3b7ae6673ae7bc330d0305098cd9818a4f6a7856.zip |
Enable the connmark plugin
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index ba9eefab7..3edd62449 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-lookip \ --enable-error-notify \ --enable-unity \ + --enable-connmark \ --disable-blowfish --disable-des # BSD-Young license #--with-user=strongswan --with-group=nogroup # --enable-kernel-pfkey --enable-kernel-klips \ |