syslog-ng: remove psmisc dependency 8072/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 29 Jan 2019 21:01:54 +0000 (22:01 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 29 Jan 2019 21:04:32 +0000 (22:04 +0100)
Because it's not in OpenWrt since 2014.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
admin/syslog-ng/Makefile

index 7cbb1571833aed97168ba711d8b29c337bfad397..d571496836d0b918e49a8e21e48f556a33445594 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=syslog-ng
 PKG_VERSION:=3.19.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 PKG_LICENSE:=LGPL-2.1+
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/syslog-ng
   SECTION:=admin
   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
   URL:=https://www.syslog-ng.com/products/open-source-log-management/
 endef