diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-01-29 23:09:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 23:09:29 +0200 |
commit | c50bb4ff9a9b4073b40ccdcf5fde856e986d0a18 (patch) | |
tree | 3d54d6fc05ef086e53b14409d33b8b6e077e2b6f | |
parent | f40b0033e66e9a3b54bb154aef611e4d3ea1f34a (diff) | |
parent | b03c977755b2e1755c8add34ab5b1d4ad74db7b1 (diff) |
Merge pull request #8072 from BKPepe/syslog-ng
syslog-ng: remove psmisc dependency
-rw-r--r-- | admin/syslog-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile index 7cbb15718..d57149683 100644 --- a/admin/syslog-ng/Makefile +++ b/admin/syslog-ng/Makefile @@ -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 |