From 55d9c073b23df9703b38f7d2f402f5aefb8273ac Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Thu, 8 Nov 2018 21:30:44 +0100 Subject: [PATCH] wireshark: disable build of user guide --disable-guides has been added since version 2.5.0: https://github.com/wireshark/wireshark/commit/aa04d2355effb1cf611831b0a260cf1aff199b9a Fixes: - http://autobuild.buildroot.org/results/5ae6d46573942713687f4e659b3eaf0b768ebc71 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard (cherry picked from commit 92c32d389026222c6296094ec00e2cc03b1fab9d) Signed-off-by: Peter Korsgaard --- package/wireshark/wireshark.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index bb0d570391..468229df3f 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -16,6 +16,7 @@ WIRESHARK_CONF_ENV = \ WIRESHARK_CONF_OPTS = \ --without-krb5 \ + --disable-guides \ --enable-static=no \ --without-bcg729 \ --without-libxml2 \