package/libmodsecurity: new package
authorFrank Vanbever <frank.vanbever@essensium.com>
Thu, 30 Jan 2020 09:56:28 +0000 (10:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 30 Jan 2020 10:26:05 +0000 (11:26 +0100)
commitd9205b4da5dc8cf206c28e5c5dd74baa4d308876
tree2ae7b8561dac92c4c3855f10c783525a90579fc4
parentecbd31c3768bde5b244b09726501f69582d68d39
package/libmodsecurity: new package

The dependency on !BR2_STATIC_LIBS is due to missing Libs.private in the
libmodconfig pkg-config file making builds that statically link against
libmodsecurity fail.

Lua is disabled due to using the host libraries.

Yajl is disabled as enabling it forces the tests to be built. These tests have a
hard dependency on libmodsecurity.a which is not built when --disable-static is
used in the configuration. There is no flag to disable these tests.

Signed-off-by: Frank Vanbever <frank.vanbever@essensium.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/Config.in
package/libmodsecurity/0001-Fail-when-CANONICAL_HOST-cannot-be-determined.patch [new file with mode: 0644]
package/libmodsecurity/0002-test-for-uClinux-in-configure-script.patch [new file with mode: 0644]
package/libmodsecurity/Config.in [new file with mode: 0644]
package/libmodsecurity/libmodsecurity.hash [new file with mode: 0644]
package/libmodsecurity/libmodsecurity.mk [new file with mode: 0644]