projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd946e9
)
pcre: add missing dependency
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:33 +0000
(22:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:46:33 +0000
(22:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32227
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/pcre/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre/Makefile
b/libs/pcre/Makefile
index
ae567b7
..
723d4d4
100644
(file)
--- a/
libs/pcre/Makefile
+++ b/
libs/pcre/Makefile
@@
-35,7
+35,7
@@
endef
define Package/libpcrecpp
$(call Package/libpcre/default)
TITLE:=C++ wrapper for Perl Compatible Regular Expression library
- DEPENDS:=+libpcre
+ DEPENDS:=+libpcre
+libstdcpp
endef