diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-05-06 22:44:32 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-05-23 08:19:46 +0000 |
commit | db68b7e767351f8b59db586e4035f501facf92a9 (patch) | |
tree | 519f80a4bec935d62e42df1654e21f944ddf6be6 /src/collectd/Makefile | |
parent | 386995473879eb0502c502ad69d06e2d5bd9d7a9 (diff) |
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 <maryam.tahhan@intel.com>
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r-- | src/collectd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |