Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] tools/sppc: fix compile error of spp_pcap
@ 2019-07-31  5:12 yasufum.o
  0 siblings, 0 replies; only message in thread
From: yasufum.o @ 2019-07-31  5:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

Compiling spp_pcap requires `iblz4-dev` and `liblz4-tool`, but not
including in Dockerfiles of SPP and failed to compile. This patch is
to fix the issue.

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
---
 tools/sppc/build/ubuntu/spp/Dockerfile.16.04  | 2 ++
 tools/sppc/build/ubuntu/spp/Dockerfile.18.04  | 2 ++
 tools/sppc/build/ubuntu/spp/Dockerfile.latest | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/tools/sppc/build/ubuntu/spp/Dockerfile.16.04 b/tools/sppc/build/ubuntu/spp/Dockerfile.16.04
index 27311ea..a928ac4 100644
--- a/tools/sppc/build/ubuntu/spp/Dockerfile.16.04
+++ b/tools/sppc/build/ubuntu/spp/Dockerfile.16.04
@@ -32,6 +32,8 @@ RUN apt-get update && apt-get install -y \
     libarchive-dev \
     linux-headers-$(uname -r) \
     libpcap-dev \
+    liblz4-dev \
+    liblz4-tool \
     pkg-config \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
diff --git a/tools/sppc/build/ubuntu/spp/Dockerfile.18.04 b/tools/sppc/build/ubuntu/spp/Dockerfile.18.04
index afd33f9..7a7c06b 100644
--- a/tools/sppc/build/ubuntu/spp/Dockerfile.18.04
+++ b/tools/sppc/build/ubuntu/spp/Dockerfile.18.04
@@ -33,6 +33,8 @@ RUN apt-get update && apt-get install -y \
     libarchive-dev \
     linux-headers-$(uname -r) \
     libpcap-dev \
+    liblz4-dev \
+    liblz4-tool \
     pkg-config \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
diff --git a/tools/sppc/build/ubuntu/spp/Dockerfile.latest b/tools/sppc/build/ubuntu/spp/Dockerfile.latest
index 380eb18..6f87cd1 100644
--- a/tools/sppc/build/ubuntu/spp/Dockerfile.latest
+++ b/tools/sppc/build/ubuntu/spp/Dockerfile.latest
@@ -33,6 +33,8 @@ RUN apt-get update && apt-get install -y \
     libarchive-dev \
     linux-headers-$(uname -r) \
     libpcap-dev \
+    liblz4-dev \
+    liblz4-tool \
     pkg-config \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-31  5:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  5:12 [spp] [PATCH] tools/sppc: fix compile error of spp_pcap yasufum.o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).