summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2013-04-26 22:32:53 +0200
committerYves-Alexis Perez <corsac@debian.org>2013-04-26 22:32:53 +0200
commit293020afa905217e873a35900ec6fa127d062aac (patch)
treeb514242747052ae34136432c4d85083fe17424f4 /debian
parent0d59784a3b5235490fe3c62c6346d19eee6f6b40 (diff)
downloadvyos-strongswan-293020afa905217e873a35900ec6fa127d062aac.tar.gz
vyos-strongswan-293020afa905217e873a35900ec6fa127d062aac.zip
add --enable-attr-sql.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f5f3ebf18..0bbad2595 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ strongswan (5.0.3-1) UNRELEASED; urgency=low
- add --enable-xauth-eap and --enable-xauth-pam.
- remove pluto handling since it's gone
- don't special-case XAuth on kFreeBSD anymore.
+ - add --enable-attr-sql.
* debian/control:
- drop strongswan-ikev1 package
- rename strongswan-ikev2 package to strongswan-ike for now and makes it
diff --git a/debian/rules b/debian/rules
index 8c72f82d0..0ee6bbbfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
--enable-led --enable-gcrypt \
--enable-test-vectors \
--enable-xauth-eap --enable-xauth-pam \
+ --enable-attr-sql \
--disable-blowfish --disable-des # BSD-Young license
#--with-user=strongswan --with-group=nogroup
# --enable-kernel-pfkey --enable-kernel-klips \