diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 10:38:33 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 10:38:33 +0000 |
commit | a88f238270c27b9717987bf7b05715dab0765587 (patch) | |
tree | 31973d3296604d1a0979cfc904ca5f46b9513a50 /debian/rules | |
parent | c931ea1dcbb1beb7f580278c1edb49c0fa1798d9 (diff) | |
download | vyos-strongswan-a88f238270c27b9717987bf7b05715dab0765587.tar.gz vyos-strongswan-a88f238270c27b9717987bf7b05715dab0765587.zip |
- Drop dbus support. The new configure no longer uses it.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b84c43fa1..86616de57 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,9 @@ configure-stamp: patch --enable-smartcard --enable-cisco-quirks \ --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ --enable-dbus --enable-xml \ - --enable-p2p --enable-manager + --enable-p2p --enable-manager \ + --enable-padlock --enable-openssl \ + --enable-integrity-test --enable-unit-tests # 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 |