[openwrt/openwrt] valgrind: Remove unsupported configure options.

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 8 13:24:05 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0b792954ff95d8e82271cf0964fe1cecdf86bbc0

commit 0b792954ff95d8e82271cf0964fe1cecdf86bbc0
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Oct 7 23:33:59 2024 +0200

    valgrind: Remove unsupported configure options.
    
    These options are not recognized by the valgrind configure script,
    remove them.
    
    Link: https://github.com/openwrt/openwrt/pull/16633
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/devel/valgrind/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index f2fa400444..313df75921 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -104,14 +104,7 @@ endif
 CONFIGURE_ARGS += \
 	--enable-lto \
 	--enable-tls \
-	--without-x \
 	--without-mpicc \
-	--without-uiout \
-	--disable-valgrindmi \
-	--disable-tui \
-	--disable-valgrindtk \
-	--without-included-gettext \
-	--with-pagesize=4 \
 
 define Package/valgrind/install
 	$(INSTALL_DIR) $(1)/usr/bin




More information about the lede-commits mailing list