summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-08-16 22:19:09 +0300
committerGitHub <noreply@github.com>2019-08-16 22:19:09 +0300
commitdac249d3d13bfed73daa83e408efe0f1d490b5b1 (patch)
treef955c7069698682e16a34732686831f4b27ce80b /netdata.spec.in
parent4a9deb161a992d7bc7f1546b3d240d05c2bd29f9 (diff)
netdata/packaging: Align libdir in all configure commands (#6682)
* netdata/packaging: Align libdir with the one we expect our installation to use, following the rest of the directory correllations * netdata/packaging:[ci skip] One more
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index cb65133f0d..8b77387f72 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -11,6 +11,7 @@
%define _sysconfdir /etc
%define _localstatedir /var
%define _libexecdir /usr/libexec
+%define _libdir /usr/lib
#
# Conditional build:
@@ -235,6 +236,7 @@ autoreconf -ivf
--sysconfdir="%{_sysconfdir}" \
--localstatedir="%{_localstatedir}" \
--libexecdir="%{_libexecdir}" \
+ --libdir="%{_libdir}" \
--with-zlib \
--with-math \
--with-user=netdata \