diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-10-01 10:53:15 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-10-01 10:53:56 +0200 |
commit | 0eaf898170a174b8976525b250714935efe7bcf9 (patch) | |
tree | 223ee614eb5d7c2f10b7d187b808dfa40c61f464 /debian/rules | |
parent | 3abce18a4db7ca8b7495a2d478d0641dff8b48e2 (diff) | |
download | vyos-strongswan-0eaf898170a174b8976525b250714935efe7bcf9.tar.gz vyos-strongswan-0eaf898170a174b8976525b250714935efe7bcf9.zip |
Enable lookip plugin
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 9be99aec5..41939f9d3 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ --enable-attr-sql \ --enable-cmd \ --enable-certexpire \ + --enable-lookip \ --disable-blowfish --disable-des # BSD-Young license #--with-user=strongswan --with-group=nogroup # --enable-kernel-pfkey --enable-kernel-klips \ |