diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2018-01-03 10:44:25 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2018-01-03 12:00:48 +0100 |
commit | fd2deca589bc3d067f1cbfe59a25d3a90625e02b (patch) | |
tree | d68e96cbd55c9f12a6d65ad8c24e68ff01c1052b /debian/rules | |
parent | 96e3719d4ea41f24f9d17ee7bf2676b44f326fde (diff) | |
download | vyos-strongswan-fd2deca589bc3d067f1cbfe59a25d3a90625e02b.tar.gz vyos-strongswan-fd2deca589bc3d067f1cbfe59a25d3a90625e02b.zip |
strongswan-libcharon: add bypass-lan plugin
not loaded by default
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 6d160a9a7..8f5f922d5 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-addrblock \ --enable-agent \ + --enable-bypass-lan \ --enable-ccm \ --enable-certexpire \ --enable-cmd \ |