Browse Source

Merge pull request #8910 from neheb/rs

rsyslog: Remove unnecessary depends
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
544ae9a44f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/rsyslog/Makefile

+ 2
- 2
net/rsyslog/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rsyslog PKG_NAME:=rsyslog
PKG_VERSION:=8.39.0 PKG_VERSION:=8.39.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.rsyslog.com/files/download/rsyslog/ PKG_SOURCE_URL:=https://www.rsyslog.com/files/download/rsyslog/
@ -29,7 +29,7 @@ define Package/rsyslog
CATEGORY:=Network CATEGORY:=Network
TITLE:=Enhanced system logging and kernel message trapping daemons TITLE:=Enhanced system logging and kernel message trapping daemons
URL:=https://www.rsyslog.com/ URL:=https://www.rsyslog.com/
DEPENDS:=+libestr +libfastjson +libuuid +zlib +USE_UCLIBC:libpthread +USE_UCLIBC:librt
DEPENDS:=+libestr +libfastjson +libuuid +zlib
endef endef
define Package/rsyslog/conffiles define Package/rsyslog/conffiles


Loading…
Cancel
Save