From: Michal Hrušecký Date: Sun, 30 Oct 2016 22:08:55 +0000 (+0100) Subject: rsyslog: Add uClibc dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7471cc4a7a71e96e9fd21bfa1cd8bbe40cdb9add;p=openwrt-packages.git 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 --- diff --git a/net/rsyslog/Makefile b/net/rsyslog/Makefile index e142a4ba6..1e33215d2 100644 --- 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