@cryptotaxi247 / netdata-1 / commits / a195025ec

Fix missing newline concatentation slash causing rpm build to fail (#9900)

James Mills committed Sep 9, 2020 at 21:00 UTC a195025ec69bef0ebfaf0e979b41d8a9a0f4097c
1 file changed +1 -1
netdata.spec.in
+1 -1
@@ -263,7 +263,7 @@ export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging
263 autoreconf -ivf
264 %configure \
265 %if 0%{!?fedora:1} && 0%{!?suse_version:1}
266 - --with-libJudy=externaldeps/libJudy
266 + --with-libJudy=externaldeps/libJudy \
267 %endif
268 --prefix="%{_prefix}" \
269 --sysconfdir="%{_sysconfdir}" \