mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
syslog-ng: remove psmisc dependency
Because it's not in OpenWrt since 2014. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=syslog-ng
|
PKG_NAME:=syslog-ng
|
||||||
PKG_VERSION:=3.19.1
|
PKG_VERSION:=3.19.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
PKG_LICENSE:=LGPL-2.1+
|
PKG_LICENSE:=LGPL-2.1+
|
||||||
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/nls.mk
|
|||||||
define Package/syslog-ng
|
define Package/syslog-ng
|
||||||
SECTION:=admin
|
SECTION:=admin
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
DEPENDS:=+libpcre +glib2 +libopenssl +libpthread +librt +zlib +libdbi +psmisc +libjson-c +libcurl +libuuid
|
DEPENDS:=+libpcre +glib2 +libopenssl +libpthread +librt +zlib +libdbi +libjson-c +libcurl +libuuid
|
||||||
TITLE:=A powerful syslog daemon
|
TITLE:=A powerful syslog daemon
|
||||||
URL:=https://www.syslog-ng.com/products/open-source-log-management/
|
URL:=https://www.syslog-ng.com/products/open-source-log-management/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user