diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-28 21:22:32 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-28 21:22:32 +0000 |
commit | 63b2bd821c0fffcaa6faad9f9a31d8a954d0f94c (patch) | |
tree | e370c75d4ee56b62e7d9d0308c87fae40bec1b11 /debian/rules | |
parent | cd4e20d58fb0d782ba9f7bd4bead4f333d670370 (diff) | |
download | vyos-strongswan-63b2bd821c0fffcaa6faad9f9a31d8a954d0f94c.tar.gz vyos-strongswan-63b2bd821c0fffcaa6faad9f9a31d8a954d0f94c.zip |
- Remove non-DFSG-free documentation files and explicitly enable
smartcard support.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7fa5ffa17..c3650e0af 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,10 @@ build-stamp: patch MANTREE=/usr/share/man \ CONFDIR=$(CURDIR)/debian \ USE_LDAP=true USE_LIBCURL=true HAVE_THREADS=true \ - USE_XAUTH=true USE_XAUTHPAM=true + USE_XAUTH=true USE_XAUTHPAM=true USE_KEYRR=true \ + USE_KERNEL26=true USE_NAT_TRAVERSAL=true \ + USE_IPSECPOLICY=true USE_VENDORID=true \ + USE_CISCO_QUIRKS=true USE_SMARTCARD=true # remove the temporary file, it will be created during install rm -f $(CURDIR)/debian/ipsec.secrets |