summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2021-06-01 13:22:36 +0300
committerGitHub <noreply@github.com>2021-06-01 13:22:36 +0300
commit0d96e0a187ee3419a9939b56970248356d05c1e7 (patch)
treebb9dcde5a16684d2ca2888dba09efc87266605ff /contrib
parentbaa53991266b786127aa103add685d2ad23e4271 (diff)
Compile/Link with absolute paths for bundled/vendored deps. (#11129)
* Do not accept a path when using --with-bundled-lws. The bundled library is always placed under externaldeps/libwebsockets, when using the netdata-installer.sh script. When this option is missing, we look for the system-wide installed version. * Do not accept a path when using --with-bundled-libJudy. The bundled library is always placed under externaldeps/libJudy. When the option is not given, we look for the system-wide installed version. * Use absolute header paths for repo-internal deps. * Use absolute library paths for repo-internal deps.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/rules b/contrib/debian/rules
index eb50fffb47..fd457a2b64 100755
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -40,7 +40,7 @@ override_dh_auto_configure:
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 \
- --with-bundled-lws=externaldeps/libwebsockets
+ --with-bundled-lws
override_dh_install:
cp -v $(BASE_CONFIG) debian/netdata.conf