diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-04-11 13:25:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-11 13:25:56 +0000 |
commit | d2e5307fed153989558aa9506f33e69c74d29675 (patch) | |
tree | 7c2ae0946eb45a07d71e0aaea2984d24890be837 /ansible/roles/install_civetweb | |
parent | ead90064d12be552bd334828d41ffffa75fad01b (diff) | |
parent | a78a2979e872c64800f77683f1bf3b0162b87715 (diff) |
Merge "Add support for dpdk 17.05"
Diffstat (limited to 'ansible/roles/install_civetweb')
-rw-r--r-- | ansible/roles/install_civetweb/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install_civetweb/defaults/main.yml b/ansible/roles/install_civetweb/defaults/main.yml index 2235fe172..ed5ab27f2 100644 --- a/ansible/roles/install_civetweb/defaults/main.yml +++ b/ansible/roles/install_civetweb/defaults/main.yml @@ -15,6 +15,7 @@ civetweb_dest: "{{ clone_dest }}/civetweb" civetweb_build_dependencies: Debian: + - libjson-c-dev=0.11-4ubuntu2 - libjson0 - libjson0-dev - libssl-dev |