Fixed bundling of libwebsockets in binary packages. (#10460)
Unintentionally broken by #9984. This re-enables cloud support in binary packages.
Austin S. Hemmelgarn committed
Jan 11, 2021 at 08:21 UTC
ea5837d369171991b5f9e19d631e10a935536d3d
2 files changed
+3
-1
contrib/debian/rules
+2
-1
@@ -39,7 +39,8 @@ override_dh_auto_configure:
39
packaging/bundle-libbpf.sh .
40
autoreconf -ivf
41
dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib \
42
- --libexecdir=/usr/libexec --with-user=netdata --with-math --with-zlib --with-webdir=/var/lib/netdata/www
42
+ --libexecdir=/usr/libexec --with-user=netdata --with-math --with-zlib --with-webdir=/var/lib/netdata/www \
43
+ --with-bundled-lws=externaldeps/libwebsockets
44
45
override_dh_install:
46
cp -v $(BASE_CONFIG) debian/netdata.conf
netdata.spec.in
+1
@@ -234,6 +234,7 @@ autoreconf -ivf
234
%if 0%{!?fedora:1} && 0%{!?suse_version:1}
235
--with-libJudy=externaldeps/libJudy \
236
%endif
237
+ --with-bundled-lws=externaldeps/libwebsockets
238
--prefix="%{_prefix}" \
239
--sysconfdir="%{_sysconfdir}" \
240
--localstatedir="%{_localstatedir}" \