diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-29 00:23:20 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-01-29 00:23:20 +0000 |
commit | dd191aff56ffe1b3fc996a6ca94d829eaff9762b (patch) | |
tree | 37c6767fe287aae95c02fe9d4953fc25cde3036e /debian | |
parent | 63b2bd821c0fffcaa6faad9f9a31d8a954d0f94c (diff) | |
download | vyos-strongswan-dd191aff56ffe1b3fc996a6ca94d829eaff9762b.tar.gz vyos-strongswan-dd191aff56ffe1b3fc996a6ca94d829eaff9762b.zip |
- Need to disable IPSECPOLICY again, because the code doesn't compile
then-
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c3650e0af..a4051c37d 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ build-stamp: patch USE_LDAP=true USE_LIBCURL=true HAVE_THREADS=true \ USE_XAUTH=true USE_XAUTHPAM=true USE_KEYRR=true \ USE_KERNEL26=true USE_NAT_TRAVERSAL=true \ - USE_IPSECPOLICY=true USE_VENDORID=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 |