syslog-ng: add dependency for ivykis

Replace embedded ivykis with a separate package to improve
dependency management and enable library reuse.

The ivykis library now properly supports io_uring when
CONFIG_KERNEL_IO_URING is enabled.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2025-10-28 11:42:28 +01:00
parent c92d120690
commit 8fcf45d05a

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=syslog-ng PKG_NAME:=syslog-ng
PKG_VERSION:=4.10.2 PKG_VERSION:=4.10.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later
@@ -34,7 +34,7 @@ define Package/syslog-ng
CATEGORY:=Administration CATEGORY:=Administration
TITLE:=A powerful syslog daemon TITLE:=A powerful syslog daemon
URL:=https://www.syslog-ng.com/products/open-source-log-management/ URL:=https://www.syslog-ng.com/products/open-source-log-management/
DEPENDS:=+libpcre2 +glib2 +libopenssl +libpthread +librt +libdbi +libjson-c +libcurl +libuuid +SYSLOGNG_LOGROTATE:logrotate +LIBCURL_ZLIB:zlib DEPENDS:=+libpcre2 +glib2 +libopenssl +libpthread +librt +libdbi +libjson-c +libcurl +libuuid +ivykis +SYSLOGNG_LOGROTATE:logrotate +LIBCURL_ZLIB:zlib
ALTERNATIVES:=300:/sbin/logread:/usr/libexec/logread.sh ALTERNATIVES:=300:/sbin/logread:/usr/libexec/logread.sh
endef endef
@@ -91,6 +91,7 @@ CONFIGURE_ARGS += \
--disable-sql \ --disable-sql \
--disable-linux-caps \ --disable-linux-caps \
--with-jsonc=system \ --with-jsonc=system \
--with-ivykis=system \
--enable-cpp=no \ --enable-cpp=no \
--disable-example-modules \ --disable-example-modules \
--enable-json=yes \ --enable-json=yes \