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>
(cherry picked from commit db75a8eea0)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
9191420db7
commit
dd2469fa70
@@ -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