浏览代码

package/libmodsecurity: select pcre2

Commit ea746f312844df298bbc9a697ca178f3a3c67a8f forgot to select pcre2
resulting in the following build failure:

Makefile:575: *** pcre2 is in the dependency chain of libmodsecurity that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/6528d2611bd1a45c1e94bc6b866de9c33dd90a7b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f5e1cec70087df0964200beb81d9269bf2813f6d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabrice Fontaine 3 年之前
父节点
当前提交
7225efefa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/libmodsecurity/Config.in

+ 1 - 1
package/libmodsecurity/Config.in

@@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBMODSECURITY
 	# various issues when static linking and other dependencies of
 	# various issues when static linking and other dependencies of
 	# libmodsecurity in turn use mbedtls
 	# libmodsecurity in turn use mbedtls
 	depends on !BR2_STATIC_LIBS
 	depends on !BR2_STATIC_LIBS
-	select BR2_PACKAGE_PCRE
+	select BR2_PACKAGE_PCRE2
 	help
 	help
 	  Libmodsecurity is one component of the ModSecurity
 	  Libmodsecurity is one component of the ModSecurity
 	  v3 project. The library codebase serves as an
 	  v3 project. The library codebase serves as an