]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
perf: disable slang support 19123/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 13 Jun 2025 14:32:45 +0000 (16:32 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 16 Jun 2025 21:22:59 +0000 (23:22 +0200)
libs/slang2 is getting picked up from the packages feed, if the slang2
is compiled first and then if you try to compile perf, it fails
due to unmet dependency.

Fixes:
Package perf is missing dependencies for the following libraries:
libslang.so.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19123
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/perf/Makefile

index a2830420cc778c2a472d9b8fcddcf14bf51ffed6..be03fd078941924dcb5d6e0ce95196722042f852 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=perf
 PKG_VERSION:=$(LINUX_VERSION)
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_BUILD_FLAGS:=no-mips16 no-lto
 PKG_BUILD_PARALLEL:=1
@@ -50,6 +50,7 @@ MAKE_FLAGS = \
        NO_LZMA=1 \
        NO_BACKTRACE=1 \
        NO_LIBNUMA=1 \
+       NO_SLANG=1 \
        NO_GTK2=1 \
        NO_LIBAUDIT=1 \
        NO_LIBCRYPTO=1 \