summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a589c83899..34855ea995a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,7 +37,6 @@ pkgbase = syslog-ng-git
depends = json-c
depends = curl
depends = libnet
- depends = libnsl
optdepends = logrotate: for rotating log files
optdepends = json-c: for the JSON plugin
optdepends = curl: for the HTTP plugin
diff --git a/PKGBUILD b/PKGBUILD
index 4d719b1005d6..5c18347360e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Enhanced system logging daemon"
arch=('x86_64')
url="https://www.syslog-ng.com/products/open-source-log-management/"
license=('GPL2' 'LGPL2.1')
-depends=('systemd-libs' 'awk' 'glib2' 'ivykis' 'openssl' 'pcre' 'json-c' 'curl' 'libnet' 'libnsl')
+depends=('systemd-libs' 'awk' 'glib2' 'ivykis' 'openssl' 'pcre' 'json-c' 'curl' 'libnet')
makedepends=('git' 'autoconf-archive' 'libxslt' 'docbook-xsl' 'json-c' 'curl' 'libdbi' 'libesmtp'
'hiredis' 'librabbitmq-c' 'riemann-c-client' 'geoip' 'libmaxminddb' 'mongo-c-driver'
'net-snmp' 'librdkafka' 'java-environment=8' 'gradle' 'python')