Browse Source

Merge pull request #7037 from neheb/rsy

rsyslog: Disable fmhttp as it relies on libcurl
lilik-openwrt-22.03
Dirk Brenken 6 years ago
committed by GitHub
parent
commit
9edf4f1c74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      net/rsyslog/Makefile

+ 5
- 3
net/rsyslog/Makefile View File

@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rsyslog
PKG_VERSION:=8.37.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.rsyslog.com/files/download/rsyslog/
PKG_HASH:=295c289b4c8abd8f8f3fe35a83249b739cedabe82721702b910255f9faf147e7
PKG_MAINTAINER:=Dov Murik <dmurik@us.ibm.com>
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING
@ -38,7 +38,9 @@ endef
CONFIGURE_ARGS+= \
--disable-libgcrypt \
--disable-liblogging-stdlog
--disable-fmhttp \
--disable-default-tests \
--disable-libsystemd
define Package/rsyslog/install
$(INSTALL_DIR) $(1)/usr/sbin


Loading…
Cancel
Save