X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=8240e789072ffba36c9ce15b73399525e6c43da3;hb=1989bce006a28781156a61ced693775a6f5aba95;hp=55365b47751a3c0313422a94969efe46001fda75;hpb=9e3e361eb1d400e79303126f245ae6152ae029cd;p=vpp.git diff --git a/Makefile b/Makefile index 55365b47751..8240e789072 100644 --- a/Makefile +++ b/Makefile @@ -56,9 +56,14 @@ ifeq ($(OS_ID)-$(OS_VERSION_ID),fedora-25) else RPM_DEPENDS += python-virtualenv endif -RPM_DEPENDS += lcov chrpath libffi-devel +RPM_DEPENDS += chrpath libffi-devel RPM_DEPENDS += https://kojipkgs.fedoraproject.org//packages/nasm/2.12.02/2.fc26/x86_64/nasm-2.12.02-2.fc26.x86_64.rpm EPEL_DEPENDS = libconfuse-devel ganglia-devel epel-rpm-macros +ifeq ($(OS_ID),centos) + EPEL_DEPENDS += lcov +else + RPM_DEPENDS += lcov +endif ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),) STARTUP_CONF ?= $(STARTUP_DIR)/startup.conf