package/mongodb: needs PCRE with UTF support
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 23 Apr 2019 17:05:26 +0000 (19:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 24 Apr 2019 20:44:45 +0000 (22:44 +0200)
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>
package/mongodb/Config.in

index 7df502add67ae25bc845e888e0b0a155834bc6b9..9c5dba8347edd00d6209370bc644c6ec24884f2e 100644 (file)
@@ -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