aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-11 04:45:02 +0000
committerJunfeng Wang <drenfong.wang@intel.com>2019-02-11 04:56:42 +0000
commitf30b9c4d09afef481382230f4ce7580803c961b1 (patch)
tree7f543e49de63c44d86b47a8d8fb05e785d422bdd
parent9153a07d9fefb75ab7a48337ae2fa4c21cd81449 (diff)
fix install-dep for centos
Change-Id: I2669337eb5c683f33e9690686554876b3c6d2ff8 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3ee9a4..cc5cc36 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,8 @@ DEB_DEPENDS = curl build-essential autoconf automake ccache git
DEB_DEPENDS += bison flex libpcre3-dev libev-dev libavl-dev libprotobuf-c-dev protobuf-c-compiler libcmocka-dev
DEB_DEPENDS += cmake ninja-build python-pkgconfig python-dev libssl-dev indent wget
-RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel
-RPM_DEPENDS = cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ indent git
+RPM_DEPENDS = curl autoconf automake ccache bison flex pcre-devel libev-devel protobuf-c-devel protobuf-c-compiler libcmocka-devel
+RPM_DEPENDS += cmake ninja-build python-pkgconfig python-devel openssl-devel graphviz wget gcc gcc-c++ indent git
ifeq ($(findstring y,$(UNATTENDED)),y)
CONFIRM=-y