diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-06-12 21:07:59 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2018-06-29 17:50:19 +0530 |
commit | 5d9aced63d4a241fe5713c91f6a528d390ec8545 (patch) | |
tree | d08016ae3ebdb62996890f5adbfe6986ad4a93b4 /VNFs/vFW | |
parent | 260bc7b07eb34db5d46abaa4e84ab26c82a0b665 (diff) |
Adding support for Ubuntu 17.10...
Change-Id: I9a9da79cb4ccb245ccb38b50b561da51a40a359d
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'VNFs/vFW')
-rw-r--r-- | VNFs/vFW/Makefile | 2 | ||||
-rw-r--r-- | VNFs/vFW/pipeline/pipeline_vfw.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/VNFs/vFW/Makefile b/VNFs/vFW/Makefile index b011eca2..80dd91ad 100644 --- a/VNFs/vFW/Makefile +++ b/VNFs/vFW/Makefile @@ -68,7 +68,7 @@ CFLAGS += -I$(VNF_CORE)/common/VIL/gateway TOP = $(RTE_SDK)/../civetweb CFLAGS += -I$(TOP)/include $(COPT) -DUSE_WEBSOCKET -DUSE_IPV6 -DUSE_SSL_DH=1 -DREST_API_SUPPORT=1 -LDFLAGS += -ljson -lcrypto -lssl +LDFLAGS += -ljson-c -lcrypto -lssl LDFLAGS += -L$(RTE_SDK)/../civetweb/ -lcivetweb # all source are stored in SRCS-y diff --git a/VNFs/vFW/pipeline/pipeline_vfw.h b/VNFs/vFW/pipeline/pipeline_vfw.h index 96e7ad33..7cfc95c3 100644 --- a/VNFs/vFW/pipeline/pipeline_vfw.h +++ b/VNFs/vFW/pipeline/pipeline_vfw.h @@ -31,7 +31,7 @@ #include "pipeline_vfw_be.h" #include <civetweb.h> -#include <json/json.h> +#include <json-c/json.h> /* VFW IPV4 and IPV6 enable flags for debugging (Default both on) */ extern int vfw_ipv4_enabled; |