[packages] syslog-ng: add missing librt dependency (#10810)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30321 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2a6992885d
commit
b4bc172f88
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=syslog-ng
|
||||
PKG_VERSION:=1.6.12
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
PKG_MD5SUM:=a3cbfdb6e1e5beea181a7349749719f3
|
||||
|
||||
PKG_SOURCE_URL:= \
|
||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/syslog-ng
|
||||
SECTION:=admin
|
||||
CATEGORY:=Administration
|
||||
DEPENDS:=+libol
|
||||
DEPENDS:=+libol +librt
|
||||
TITLE:=A powerful syslog daemon
|
||||
URL:=http://www.balabit.com/products/syslog_ng/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user