Browse Source

Merge pull request #3421 from miska/rsyslog

rsyslog: Add uClibc dependencies
lilik-openwrt-22.03
Yousong Zhou 8 years ago
committed by GitHub
parent
commit
de80f3f1f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/rsyslog/Makefile

+ 1
- 1
net/rsyslog/Makefile View File

@ -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


Loading…
Cancel
Save