]> git.99rst.org Git - openwrt-packages.git/commitdiff
syslog-ng: do not install syslog-ng-update-virtualenv
authorJosef Schlehofer <redacted>
Tue, 18 Aug 2026 07:28:03 +0000 (09:28 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 08:13:38 +0000 (10:13 +0200)
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 <redacted>
admin/syslog-ng/Makefile

index 2721280007a07687f150f9a0a6c4493c05ccef41..6e1440015f152fd14fababe1fe937805f719103e 100644 (file)
@@ -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 <pepe.schlehofer@gmail.com>
 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
git clone https://git.99rst.org/PROJECT