mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
rsyslog: Disable fmhttp as it relies on libcurl
Fixes the buildbot currently. Also disabled tests for faster builds. And potential libsystemd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rsyslog
|
PKG_NAME:=rsyslog
|
||||||
PKG_VERSION:=8.37.0
|
PKG_VERSION:=8.37.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/
|
||||||
PKG_HASH:=295c289b4c8abd8f8f3fe35a83249b739cedabe82721702b910255f9faf147e7
|
PKG_HASH:=295c289b4c8abd8f8f3fe35a83249b739cedabe82721702b910255f9faf147e7
|
||||||
|
|
||||||
PKG_MAINTAINER:=Dov Murik <dmurik@us.ibm.com>
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=GPL-3.0
|
PKG_LICENSE:=GPL-3.0
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
|
||||||
@@ -38,7 +38,9 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-libgcrypt \
|
--disable-libgcrypt \
|
||||||
--disable-liblogging-stdlog
|
--disable-fmhttp \
|
||||||
|
--disable-default-tests \
|
||||||
|
--disable-libsystemd
|
||||||
|
|
||||||
define Package/rsyslog/install
|
define Package/rsyslog/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
|||||||
Reference in New Issue
Block a user