summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-14 07:45:52 -0500
committerGitHub <noreply@github.com>2020-02-14 07:45:52 -0500
commita1b1ee2f2cd68b168825bb54ec0b8654af703054 (patch)
treefc39bf6e45d48066cbfd3ab5ccb2087d6d04f6cb /contrib
parentf4e1012f5ffe1231c25e22f7350d2928b443c69f (diff)
Add handling of libmosquitto to binary packages. (#8085)
This adds code to handle bundling our custom fork of libmosquitto into our binary packages. It pulls down the required sources, builds them, and copies the build artifacts into the right place so that the build of Netdata actually uses them.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/debian/rules b/contrib/debian/rules
index 9c756aaabc..7e9d45cc29 100755
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -18,6 +18,7 @@ TEMPTOP = $(CURDIR)/debian/tmp
#dh $@ --with autoreconf
override_dh_auto_configure:
+ packaging/bundle-mosquitto.sh .
autoreconf -ivf
dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib \
--libexecdir=/usr/libexec --with-user=netdata --with-math --with-zlib --with-webdir=/var/lib/netdata/www