package/libmodsecurity: needs host-pkgconf

The configure script was regenerated for the 3.0.15 release but it now
error out if pkg-config is missing.

Add host-pkgconf in build dependency.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/14607335870 (TestNginxModsecurity)

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour
2026-05-31 22:24:39 +02:00
committed by Peter Korsgaard
parent 7a9486d7d6
commit db75a8eea0

View File

@@ -13,7 +13,7 @@ LIBMODSECURITY_LICENSE_FILES = LICENSE
LIBMODSECURITY_CPE_ID_VENDOR = trustwave
LIBMODSECURITY_CPE_ID_PRODUCT = modsecurity
LIBMODSECURITY_DEPENDENCIES = pcre2
LIBMODSECURITY_DEPENDENCIES = pcre2 host-pkgconf
LIBMODSECURITY_CONF_OPTS = \
--without-pcre \
--with-pcre2="$(STAGING_DIR)/usr" \