diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-12-06 09:46:22 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-12-06 09:46:22 +0000 |
commit | c60198b2bde7364b2d497f5adb972508a284b41c (patch) | |
tree | 2e5f3ce5f685f90074e47ca7b5c88dfec4bef7bb /debian/rules | |
parent | 2db1ef4ac8928944958712923b9c89c263a337d2 (diff) | |
download | vyos-strongswan-c60198b2bde7364b2d497f5adb972508a284b41c.tar.gz vyos-strongswan-c60198b2bde7364b2d497f5adb972508a284b41c.zip |
- Fix bugs by enabling curl (and the other one just with a new
upstream release.)
- Also enable SSH agent interface.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 90ccca852..34053f91b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,12 +12,12 @@ export DEB_BUILD_HARDENING=1 CONFIGUREARGS := --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib \ - --enable-http --enable-ldap \ + --enable-http --enable-ldap --enable-curl \ --enable-nonblocking --enable-thread \ --enable-smartcard --enable-cisco-quirks \ --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ --enable-mediation \ - --enable-openssl \ + --enable-openssl --enable-agent \ --disable-aes --disable-des --disable-fips-prf --disable-gmp \ --disable-md5 --disable-sha1 --disable-sha2 # Could enable --enable-nat-transport, but this is actually insecure, |