projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix /etc/config/firewall
[openwrt.git]
/
openwrt
/
package
/
pcre
/
Config.in
diff --git
a/openwrt/package/pcre/Config.in
b/openwrt/package/pcre/Config.in
index
370fc76
..
7bb2de6
100644
(file)
--- a/
openwrt/package/pcre/Config.in
+++ b/
openwrt/package/pcre/Config.in
@@
-1,14
+1,15
@@
-config BR2_PACKAGE_PCRE
- prompt "pcre"
+config BR2_COMPILE_PCRE
tristate
tristate
- default m
+ default n
+ depends BR2_PACKAGE_LIBPCRE
+
+config BR2_PACKAGE_LIBPCRE
+ prompt "libpcre........................... A Perl Compatible Regular Expression library"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_PCRE
help
A Perl Compatible Regular Expression library
http://www.pcre.org/
help
A Perl Compatible Regular Expression library
http://www.pcre.org/
-
-
-config BR2_PACKAGE_LIBPCRE
- tristate
- default BR2_PACKAGE_PCRE
This page took
0.027151 seconds
and
4
git commands to generate.