From: Josef Schlehofer Date: Tue, 18 Aug 2026 07:28:03 +0000 (+0200) Subject: syslog-ng: do not install syslog-ng-update-virtualenv X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=710515739349051f03a9e10d1a90a994e1ef13fb;p=openwrt-packages.git syslog-ng: do not install syslog-ng-update-virtualenv The script creates and updates the private Python virtualenv that the Python module runs from, but the package is built with --disable-python, so there is nothing for it to do. It cannot even parse its arguments on a stock image: /usr/bin/syslog-ng-update-virtualenv: line 30: getopt: not found Error parsing arguments Signed-off-by: Josef Schlehofer --- diff --git a/admin/syslog-ng/Makefile b/admin/syslog-ng/Makefile index 272128000..6e1440015 100644 --- a/admin/syslog-ng/Makefile +++ b/admin/syslog-ng/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syslog-ng PKG_VERSION:=4.12.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later @@ -119,6 +119,7 @@ define Package/syslog-ng/install rm -rf $(1)/usr/lib/pkgconfig \ $(1)/usr/lib/*.a \ $(1)/usr/include \ + $(1)/usr/bin/syslog-ng-update-virtualenv \ $(1)/var $(INSTALL_DIR) $(1)/etc/init.d