Build of lmdb feature in modsec disabled in libmodsecurity

This commit is contained in:
2019-03-07 20:13:42 +01:00
parent 57f1e8658a
commit dd45742a6e
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Name: libmodsecurity Name: libmodsecurity
Version: 3.0.3 Version: 3.0.3
Release: 1%{?dist} Release: 2%{?dist}
License: ASL 2.0 License: ASL 2.0
URL: http://www.modsecurity.org/ URL: http://www.modsecurity.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@@ -73,7 +73,7 @@ applications that use %{name}.
--with-yajl \ --with-yajl \
--with-maxmind \ --with-maxmind \
--with-geoip \ --with-geoip \
--with-lmdb \ --without-lmdb \
--with-ssdeep \ --with-ssdeep \
--with-lua \ --with-lua \
--with-pic --with-pic
@@ -114,6 +114,9 @@ make install DESTDIR=%{buildroot}
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Thu Mar 7 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- lmdb disabled
* Tue Jan 22 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Tue Jan 22 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- New 3.x build for Fedora 29. - New 3.x build for Fedora 29.

View File

@@ -278,7 +278,6 @@ export DESTDIR=%{buildroot}
%endif %endif
%if 0%{?with_modsecurity_module} %if 0%{?with_modsecurity_module}
--add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \ --add-dynamic-module=%{_builddir}/modsecurity-nginx-%{modsecver} \
--without-lmdb \
--with-compat \ --with-compat \
%endif %endif
--with-debug \ --with-debug \