kumquat-buildroot/package/libmodsecurity
Fabrice Fontaine 94b6fbd582 package/libmodsecurity: fix build with libmaxminddb
Build with libmaxminddb is broken since bump to version 3.0.5 in commit
464d0be380 because of
785958f9b5

So revert this commit until upstream answer to comment to
https://github.com/SpiderLabs/ModSecurity/issues/2131

Reverting this commit requires autoreconfiguring, which itself causes
lots of warnings as configure.ac queries git to know the version of
various parts of libmodsecurity. However, it turns out that those
versions are only used to be displayed in the output of the configure
script, which is quite useless. The only one that is referenced
elsewhere is LIBINJECTION_VERSION, but it's in fact a different thing:
it is defined by others/libinjection/src/libinjection_sqli.c.

The only variable that was AC_SUBST() and therefore visible elsewhere
was MSC_GIT_VERSION, but it is not used anywhere in the code base,
except in the configure script itself.

Note that one patch is 0001 and the other 0003, because there was
already a 0002 patch.

Fixes:
 - http://autobuild.buildroot.org/results/4c639fd967faa06f8ae362bacd38f3409c47267c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-08-02 22:23:23 +02:00
..
0001-configure.ac-drop-usage-of-git-at-configure-time.patch package/libmodsecurity: fix build with libmaxminddb 2021-08-02 22:23:23 +02:00
0002-modsecurity.pc.in-add-lstdc.patch
0003-Revert-Fix-maxminddb-link-on-FreeBSD.patch package/libmodsecurity: fix build with libmaxminddb 2021-08-02 22:23:23 +02:00
Config.in
libmodsecurity.hash
libmodsecurity.mk package/libmodsecurity: fix build with libmaxminddb 2021-08-02 22:23:23 +02:00