mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Peter Korsgaard
parent
7a9486d7d6
commit
db75a8eea0
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user