From dac249d3d13bfed73daa83e408efe0f1d490b5b1 Mon Sep 17 00:00:00 2001 From: "Paul Emm. Katsoulakis" <34388743+paulkatsoulakis@users.noreply.github.com> Date: Fri, 16 Aug 2019 22:19:09 +0300 Subject: 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 --- netdata.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'netdata.spec.in') 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 \ -- cgit v1.2.3