summaryrefslogtreecommitdiffstats
path: root/rules/libpcre.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-03 13:18:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-03 15:49:39 +0200
commit02b237011d55808967dc4ef0c455d288e905c81e (patch)
tree39e6fb95cb75d7ae99c5212993937455f5cc94ff /rules/libpcre.in
parent4f8613dc1f13e1241877caee4740ff44ca3c818c (diff)
downloadptxdist-02b237011d55808967dc4ef0c455d288e905c81e.tar.gz
ptxdist-02b237011d55808967dc4ef0c455d288e905c81e.tar.xz
libpcre: add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpcre.in')
-rw-r--r--rules/libpcre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/libpcre.in b/rules/libpcre.in
index 79fa9dfb6..33af3cf03 100644
--- a/rules/libpcre.in
+++ b/rules/libpcre.in
@@ -3,7 +3,9 @@
menuconfig LIBPCRE
tristate
prompt "libpcre "
+ select LIBC_M if LIBPCRE_LIBPCRECPP
select GCCLIBS_CXX if LIBPCRE_LIBPCRECPP
+ select GCCLIBS_GCC_S if LIBPCRE_LIBPCRECPP
select ZLIB if LIBPCRE_ENABLE_PCREGREP_LIBZ
select BZIP2 if LIBPCRE_ENABLE_PCREGREP_LIBBZ2
select BZIP2_LIBBZ2 if LIBPCRE_ENABLE_PCREGREP_LIBBZ2
@@ -35,6 +37,7 @@ config LIBPCRE_LIBPCRECPP
bool "install libpcrecpp (c++ bindings for libpcre)"
config LIBPCRE_PCREGREP
+ select LIBPCRE_LIBPCREPOSIX
bool "install pcregrep on the target"
endif