projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295f14c
)
nprobe: depends on zlib
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:10 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 13 Jun 2012 00:22:10 +0000
(
00:22
+0000)
SVN-Revision: 32307
net/nprobe/Makefile
patch
|
blob
|
history
diff --git
a/net/nprobe/Makefile
b/net/nprobe/Makefile
index 3e411f6d4126fa80d9cf58ddc8ef4773e3a77da9..400bc9bf24f6156e6fb7e932f09509889ffae0ec 100644
(file)
--- a/
net/nprobe/Makefile
+++ b/
net/nprobe/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/nprobe
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libpcap +libpcre +libpthread +NPROBE_MYSQL_SUPPORT:libmysqlclient
+ DEPENDS:=+libpcap +libpcre +libpthread +NPROBE_MYSQL_SUPPORT:libmysqlclient
+zlib
TITLE:=nProbe
URL:=http://invisible-island.net/dialog/
endef