summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-09-08 20:59:45 +1000
committerGitHub <noreply@github.com>2020-09-08 06:59:45 -0400
commit4a5bb11ada67c5fcb78fae115a33f657a637d5ea (patch)
tree20f7908e80f23503530a70833870ac52b8b09cab /netdata.spec.in
parentae7a9aa7ed8109eda7f681fa7583dbb22dce0172 (diff)
Fixed typo in option name used to use bundled libJudy (#9893)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 76034c603e..daf7eaef84 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -263,7 +263,7 @@ export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging
autoreconf -ivf
%configure \
%if 0%{!?fedora:1} && 0%{!?suse_version:1}
- --with-libjudy=externaldeps/libJudy
+ --with-libJudy=externaldeps/libJudy
%endif
--prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \