From 198cc0c59fcd04063848e2fc4da619b397d5f9e3 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Mon, 11 Feb 2019 04:45:02 +0000 Subject: fix install-dep for centos Change-Id: I2669337eb5c683f33e9690686554876b3c6d2ff8 Signed-off-by: drenfong.wang --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit 1.2.3-korg