aboutsummaryrefslogtreecommitdiffstats
path: root/src/collectd/Makefile
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2018-11-23 10:36:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-23 10:36:48 +0000
commite955b0d0ac1d500f6c5ed952c7ad42dac7c4a8f8 (patch)
tree36912bd539d875ed60271dc8bb34f37b95fd03f5 /src/collectd/Makefile
parent892bdcf241acf056395097fa278da22e9c9c013b (diff)
parentb8d251f58b285c216be86bae01b1b18b24221360 (diff)
Merge "barometer-collectd: Add support for DPDK in container"
Diffstat (limited to 'src/collectd/Makefile')
-rw-r--r--src/collectd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/collectd/Makefile b/src/collectd/Makefile
index 13121700..f6766439 100644
--- a/src/collectd/Makefile
+++ b/src/collectd/Makefile
@@ -56,6 +56,9 @@ CONFIG_CMD += --enable-write_redis
CONFIG_CMD += --disable-perl
CONFIG_CMD += --with-librdkafka=/usr
CONFIG_CMD += --disable-lvm
+ifdef WITH_DPDK
+CONFIG_CMD += LIBDPDK_CFLAGS='-mssse3'
+endif
.PHONY: install force_install config force_make