mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/mongodb: needs PCRE with UTF support
mongodb needs PCRE with UTF-8 support, see: https://docs.mongodb.com/manual/reference/operator/query/regex/ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 2f23f7045413943c27ba7e0f7ff180570b709566) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6d3c671ef8
commit
637c1341fa
@ -20,6 +20,7 @@ config BR2_PACKAGE_MONGODB
|
||||
select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_PCRE
|
||||
select BR2_PACKAGE_PCRE_UTF # runtime
|
||||
select BR2_PACKAGE_SNAPPY
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_YAML_CPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user