blob: 1e880e31c05f9253957e6092ee1209eecb538725 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_LIBPCRE
tristate "libpcre - a Perl Compatible Regular Expression library"
default m if CONFIG_DEVEL
help
A Perl Compatible Regular Expression library
http://www.pcre.org/
config BR2_PACKAGE_PCRE
tristate
default BR2_PACKAGE_LIBPCRE
|