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:
692c21d
)
Fix libpthread dependency (#1927)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 22 Jun 2007 09:10:14 +0000
(09:10 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 22 Jun 2007 09:10:14 +0000
(09:10 +0000)
SVN-Revision: 7706
admin/osiris/Makefile
patch
|
blob
|
history
diff --git
a/admin/osiris/Makefile
b/admin/osiris/Makefile
index 51ad2431a6fcb0f85a688e75d672805372a3bb99..d3037e948bd8f3ff5d716fb93fb832d1b1df0098 100644
(file)
--- a/
admin/osiris/Makefile
+++ b/
admin/osiris/Makefile
@@
-25,7
+25,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/osirisd
SECTION:=admin
CATEGORY:=Administration
- DEPENDS:=+libopenssl
+ DEPENDS:=+libopenssl
+libpthread
TITLE:=Host integrity monitoring system (scanning agent)
URL:=http://www.hostintegrity.com/osiris
endef