From 7471cc4a7a71e96e9fd21bfa1cd8bbe40cdb9add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Hru=C5=A1eck=C3=BD?= Date: Sun, 30 Oct 2016 23:08:55 +0100 Subject: [PATCH] rsyslog: Add uClibc dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- net/rsyslog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rsyslog/Makefile b/net/rsyslog/Makefile index e142a4ba61..1e33215d2d 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