diff options
| author | Hauke Mehrtens | 2024-10-07 21:33:59 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-08 20:23:11 +0000 |
| commit | 0b792954ff95d8e82271cf0964fe1cecdf86bbc0 (patch) | |
| tree | c588be20d56a98ef26a007db48cad030add1b6ef | |
| parent | ffa4be4c14a76f0020929fadbcd7056f0d80f837 (diff) | |
| download | openwrt-0b792954ff95d8e82271cf0964fe1cecdf86bbc0.tar.gz | |
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@hauke-m.de>
| -rw-r--r-- | package/devel/valgrind/Makefile | 7 |
1 files changed, 0 insertions, 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 |