diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-02-13 13:48:14 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-02-19 12:25:01 +0100 |
commit | 3fbc328d144ecb2c2586faf600626ab91d17a860 (patch) | |
tree | 217efd3030b87cf9392bae0b0c8edc017ef5e5c3 | |
parent | 65cdda5cf878ae444d176ab0bac5fe1d68707c8d (diff) | |
download | strongswan-3fbc328d144ecb2c2586faf600626ab91d17a860.tar.bz2 strongswan-3fbc328d144ecb2c2586faf600626ab91d17a860.tar.xz |
Build unbound and ipseckey plugins on KVM image
-rwxr-xr-x | testing/scripts/build-baseimage | 2 | ||||
-rw-r--r-- | testing/scripts/recipes/005_strongswan.mk | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 1355d7a05..5b29db652 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -15,7 +15,7 @@ INC=build-essential,gperf,libgmp-dev,libldap2-dev,libcurl4-openssl-dev,ethtool INC=$INC,libxml2-dev,libtspi-dev,libsqlite3-dev,openssh-server,tcpdump,psmisc INC=$INC,openssl,vim,sqlite3,conntrack,gdb,cmake,libxerces-c2-dev,libltdl-dev INC=$INC,liblog4cxx10-dev,libboost-thread-dev,libboost-system-dev,git-core -INC=$INC,less,acpid,acpi-support-base +INC=$INC,less,acpid,acpi-support-base,libldns-dev,libunbound-dev SERVICES="apache2 dbus isc-dhcp-server slapd" INC=$INC,${SERVICES// /,} EXC=iptables diff --git a/testing/scripts/recipes/005_strongswan.mk b/testing/scripts/recipes/005_strongswan.mk index 76d2d0882..8bac5aa07 100644 --- a/testing/scripts/recipes/005_strongswan.mk +++ b/testing/scripts/recipes/005_strongswan.mk @@ -67,7 +67,9 @@ CONFIG_OPTS = \ --enable-xauth-generic \ --enable-xauth-eap \ --enable-pkcs8 \ - --enable-unity + --enable-unity \ + --enable-unbound \ + --enable-ipseckey all: install |