Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
>---------------------------------------------------------------
commit f4d6fa31122c562fd134b19c461473c728036a14
Author: Simon Wunderlich <simon(a)open-mesh.com>
Date: Fri May 3 15:55:54 2013 +0200
alfred: add librt dependency
Signed-off-by: Simon Wunderlich <simon(a)open-mesh.com>
>---------------------------------------------------------------
f4d6fa31122c562fd134b19c461473c728036a14
alfred/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alfred/Makefile b/alfred/Makefile
index c3391a3..f8e4d58 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -30,7 +30,7 @@ define Package/alfred
SECTION:=net
CATEGORY:=Network
TITLE:=Almighty Lightweight Fact Remote Exchange Daemon
- DEPENDS:= +libc +IPV6:kmod-ipv6
+ DEPENDS:= +libc +IPV6:kmod-ipv6 +librt
endef
define Package/alfred/conffiles