Fixed bundling of libwebsockets in binary packages. (#10460)

Unintentionally broken by #9984. This re-enables cloud support in binary
packages.
This commit is contained in:
Austin S. Hemmelgarn 2021-01-11 08:21:22 -05:00 committed by GitHub
parent 6e33f04873
commit ea5837d369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,8 @@ override_dh_auto_configure:
packaging/bundle-libbpf.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
--libexecdir=/usr/libexec --with-user=netdata --with-math --with-zlib --with-webdir=/var/lib/netdata/www \
--with-bundled-lws=externaldeps/libwebsockets
override_dh_install:
cp -v $(BASE_CONFIG) debian/netdata.conf

View File

@ -234,6 +234,7 @@ autoreconf -ivf
%if 0%{!?fedora:1} && 0%{!?suse_version:1}
--with-libJudy=externaldeps/libJudy \
%endif
--with-bundled-lws=externaldeps/libwebsockets
--prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \
--localstatedir="%{_localstatedir}" \