diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-16 22:06:10 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-01-16 23:19:46 +0000 |
commit | a9a951f8e5ed6e172fbfbdbb6cb690c67fa2f715 (patch) | |
tree | 1a976cda2a242e013101124b9ed686a2811ae9a1 /build-data/platforms/thunder.mk | |
parent | 597d3c4121b4dd557328c11debb42927a45d52fb (diff) |
Add --without-libssl configure parameter
This replaces --without-ipsec and --without-ipv6sr
and allows other parts of the code to be disabled if
libssl is not available.
Change-Id: Id97ff3685a7924d7f86622952e0405d94ceb5957
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-data/platforms/thunder.mk')
-rw-r--r-- | build-data/platforms/thunder.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-data/platforms/thunder.mk b/build-data/platforms/thunder.mk index f891f4a1589..31b6a510576 100644 --- a/build-data/platforms/thunder.mk +++ b/build-data/platforms/thunder.mk @@ -15,10 +15,10 @@ thunder_root_packages = vppinfra vlib-cavium-dpdk vnet-cavium-dpdk cavium-dpdk \ vpp-cavium-dpdk vpp-api-test-cavium-dpdk vnet-cavium-dpdk_configure_args_thunder = \ - --with-dpdk --without-ipsec --without-ipv6sr + --with-dpdk --without-libssl vpp-cavium-dpdk_configure_args_thunder = \ - --with-dpdk --without-ipsec --without-ipv6sr + --with-dpdk --without-libssl cavium-dpdk_configure_args_thunder = --with-headroom=256 |