From db68b7e767351f8b59db586e4035f501facf92a9 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Sat, 6 May 2017 22:44:32 +0100 Subject: src: build and install collectd on centos/rhel Modify build and dependency scripts for centos/rhel builds. Change-Id: I1fafaf3392d9f22837ce4ed3fa0f84c13ead0698 Signed-off-by: Maryam Tahhan --- src/collectd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/collectd/Makefile') diff --git a/src/collectd/Makefile b/src/collectd/Makefile index 8fd78940..cf1f704b 100644 --- a/src/collectd/Makefile +++ b/src/collectd/Makefile @@ -1,7 +1,7 @@ # makefile to manage collectd package # -# Copyright 2016 OPNFV +# Copyright 2016-2017 OPNFV # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,6 +46,7 @@ CONFIG_CMD += --with-hugepages CONFIG_CMD += --enable-exec CONFIG_CMD += --enable-python CONFIG_CMD += --enable-threshold +CONFIG_CMD += --disable-perl .PHONY: install force_install config force_make -- cgit 1.2.3-korg