From: Hauke Mehrtens Date: Mon, 7 Oct 2024 21:33:59 +0000 (+0200) Subject: valgrind: Remove unsupported configure options. X-Git-Tag: v24.10.0-rc1~450 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16633%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index f2fa400444f..313df759219 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