diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-15 09:29:11 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-02-15 09:29:11 +0000 |
commit | b302b874278b5658e4c2772ef9a738e87fafec92 (patch) | |
tree | 27a970ee9d277f4e6846b4e49d90c4fbd287d463 /debian/rules | |
parent | 684228cfcce831959c6f6120310ecd26cae763c1 (diff) | |
download | vyos-strongswan-b302b874278b5658e4c2772ef9a738e87fafec92.tar.gz vyos-strongswan-b302b874278b5658e4c2772ef9a738e87fafec92.zip |
- Enable more configure options.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2827eb3c9..15248df3e 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,10 @@ configure-stamp: patch ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib \ --enable-http --enable-ldap \ - --enable-smartcard --enable-cisco-quirks - # --enable-dbus --enable-xml \ + --enable-nonblocking --enable-thread \ + --enable-smartcard --enable-cisco-quirks \ + --enable-dbus --enable-xml \ + --enable-p2p --enable-manager # Could enable --enable-nat-transport, but this is actually insecure, # so don't! # And for --enable-eap-sim we would need the library, which we don't |