aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd
diff options
context:
space:
mode:
authorTaras Chornyi <tarasx.chornyi@intel.com>2016-09-07 15:16:15 +0100
committerTaras Chornyi <tarasx.chornyi@intel.com>2016-09-07 15:35:47 +0100
commitcea70a737be5948f5252319ce41bbd5175026034 (patch)
tree4715b471f73cbf023421fe2cf0029a5675e7c919 /src/collectd
parent6612dbb97215e630ffa78fefa06dc64bf8902ddf (diff)
src: Fixed dpdkstats and ceilometer-plugin build issues.
Change-Id: Ie8abb8e6be3c5c2100b672c83f488177c8b66638 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'src/collectd')
-rw-r--r--src/collectd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 2233149b..58cebb58 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -94,7 +94,7 @@ $(WORK_DIR):
$(AT)git clone $(COLLECTD_URL)
$(TAG_DONE_FLAG): $(WORK_DIR)
- $(AT)cd collectd-with-DPDK; git checkout $(COLLECTD_TAG)
+ $(AT)cd collectd-with-DPDK; git checkout $(COLLECTD_TAG); git rebase master
ifneq ($(PATCH_FILE),)
$(AT)cd $(WORK_DIR); patch -p1 < ../$(PATCH_FILE)
endif