diff options
author | Radu Nicolau <radu.nicolau@intel.com> | 2017-02-16 13:54:42 +0000 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-02-20 10:53:37 +0000 |
commit | 6ca42d333b247eaee4995a7f779a43759a81909e (patch) | |
tree | 31ab452057583daf9bdb525ac5c1695775a01f1a /Makefile | |
parent | 52456fca3d922d71098d4c1aef8dcee6c5459f8c (diff) |
dpdk: updated build to automatically download Intel(R) Multi-Buffer Crypto for IPsec Library
Change-Id: I58182edb7b0d314bb6dfa1daf7b00012196fd3e1
Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ endif DEB_DEPENDS = curl build-essential autoconf automake bison libssl-dev ccache DEB_DEPENDS += debhelper dkms git libtool libganglia1-dev libapr1-dev dh-systemd DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config -DEB_DEPENDS += python-dev python-virtualenv python-pip lcov chrpath autoconf +DEB_DEPENDS += python-dev python-virtualenv python-pip lcov chrpath autoconf nasm ifeq ($(OS_VERSION_ID),14.04) DEB_DEPENDS += openjdk-8-jdk-headless else |