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
This commit is contained in:
parent
066b6319c9
commit
7471cc4a7a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ define Package/rsyslog
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Enhanced system logging and kernel message trapping daemons
|
TITLE:=Enhanced system logging and kernel message trapping daemons
|
||||||
URL:=http://www.rsyslog.com/
|
URL:=http://www.rsyslog.com/
|
||||||
DEPENDS:=+libestr +libfastjson +libuuid +zlib
|
DEPENDS:=+libestr +libfastjson +libuuid +zlib +USE_UCLIBC:libpthread +USE_UCLIBC:librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rsyslog/conffiles
|
define Package/rsyslog/conffiles
|
||||||
|
|
Loading…
Reference in a new issue