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:
168787a
)
openslp: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:58 +0000
(
01:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 12 Jun 2012 01:56:58 +0000
(
01:56
+0000)
SVN-Revision: 32257
net/openslp/Makefile
patch
|
blob
|
history
diff --git
a/net/openslp/Makefile
b/net/openslp/Makefile
index 0196d8eff39a735e76608b5ba01b8a19895cf5d8..1dbe738de9260b4bb09929c98c0fd0ecd1e39419 100644
(file)
--- a/
net/openslp/Makefile
+++ b/
net/openslp/Makefile
@@
-23,6
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/openslp
SECTION:=net
CATEGORY:=Network
+ DEPENDS:=+libopenssl
TITLE:=openslp
URL:=http://www.openslp.org/
endef