diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-16 09:31:39 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-16 09:31:39 +0300 |
commit | 4e61630b85dc67ea25faa21645396a979e832ca1 (patch) | |
tree | 8227b491ac96afdd34b611b66869b47feb75b027 | |
parent | 98e6fa360a4b03eb8858274e2af394410935730b (diff) | |
parent | 817fba835cea1fde0a7f62797a8ff7e55558c2cf (diff) |
Merge pull request #2576 from cshore/pull-request-collectd-udev
utils/collectd: Disable libudev linking
-rw-r--r-- | utils/collectd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index ee292bf15..e98b6ebc7 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.5.1 -PKG_RELEASE:=4 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://collectd.org/files/ @@ -193,7 +193,8 @@ CONFIGURE_ARGS+= \ --disable-debug \ --enable-daemon \ --with-nan-emulation \ - --without-perl-bindings + --without-perl-bindings \ + --without-libudev ifneq ($(CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK),) CONFIGURE_ARGS+= \ |