diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-01-16 12:58:22 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-01-16 12:58:22 +0100 |
commit | fe8f3531c661d8492eeb87614ec5b1c724a2ca9a (patch) | |
tree | e536b3ca52deb92287ab36aaae81bd1d4a2b79b0 /debian/rules | |
parent | b508239e0a54efe8570b6af3802dd35a16ca5295 (diff) | |
download | vyos-strongswan-fe8f3531c661d8492eeb87614ec5b1c724a2ca9a.tar.gz vyos-strongswan-fe8f3531c661d8492eeb87614ec5b1c724a2ca9a.zip |
re-enable mediation (but not medcli/medsrv) closes: #851507
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 00aed577c..ad984684c 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-ldap \ --enable-led \ --enable-lookip \ + --enable-mediation \ --enable-openssl \ --enable-pkcs11 \ --enable-test-vectors \ @@ -42,8 +43,8 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ # Don't --enable-cisco-quirks, because some other IPsec implementations # (most notably the Phion one) have problems connecting when pluto # sends these Cisco options. - # don't enable mediation right now (20160523) since clearsilver FTBFS - #--enable-mediation --enable-medsrv --enable-medcli \ + # don't enable medsrv/medcli right now (20160523) since clearsilver FTBFS + #--enable-medsrv --enable-medcli \ # get the various DEB_BUILD/DEB_HOST variables include /usr/share/dpkg/architecture.mk |