commit 7471cc4a7a71e96e9fd21bfa1cd8bbe40cdb9add
parent 066b6319c9fc852256514cbecffbbc2c53bb25ca
Author: Michal Hrušecký <Michal.Hrusecky@nic.cz>
Date: Sun, 30 Oct 2016 23:08:55 +0100
rsyslog: Add uClibc dependencies
Package doesn't build with uClibc without them, but no change for other libc
variants so no need to bump revision.
Signed-off-by: Michal Hrušecký Michal.Hrusecky@nic.cz
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rsyslog/Makefile b/net/rsyslog/Makefile
@@ -29,7 +29,7 @@ define Package/rsyslog
CATEGORY:=Network
TITLE:=Enhanced system logging and kernel message trapping daemons
URL:=http://www.rsyslog.com/
- DEPENDS:=+libestr +libfastjson +libuuid +zlib
+ DEPENDS:=+libestr +libfastjson +libuuid +zlib +USE_UCLIBC:libpthread +USE_UCLIBC:librt
endef
define Package/rsyslog/conffiles