diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 18:07:35 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 18:07:35 +0000 |
commit | 4050e1112784e1fadb7d6d8477c6a2b2daa27f7c (patch) | |
tree | f43d2b2f63b85bbbf4dd54fc630251a37c9adf55 | |
parent | c9038749c3d297a70b0e7387dd7764e09c595b2a (diff) | |
download | vyos-strongswan-4050e1112784e1fadb7d6d8477c6a2b2daa27f7c.tar.gz vyos-strongswan-4050e1112784e1fadb7d6d8477c6a2b2daa27f7c.zip |
- DBUS and XML interfaces are seemingly not ready yet.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index da69a1bd1..561f71492 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,8 @@ configure-stamp: patch # Add here commands to configure the package. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --enable-http --enable-ldap \ - --enable-dbus --enable-xml \ --enable-smartcard --enable-cisco-quirks + # --enable-dbus --enable-xml \ # 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 |