diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-08 21:30:44 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-08 22:16:05 +0100 |
| commit | 92c32d389026222c6296094ec00e2cc03b1fab9d (patch) | |
| tree | e38b634f36daf9ca27ee62aff8f9438635f7e248 | |
| parent | 0c15a3e82e0cf58286ab256829089f36e64f2346 (diff) | |
| download | buildroot-92c32d389026222c6296094ec00e2cc03b1fab9d.tar.gz buildroot-92c32d389026222c6296094ec00e2cc03b1fab9d.zip | |
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 <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/wireshark/wireshark.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 2e41c3d652..6be0016af7 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -15,6 +15,7 @@ WIRESHARK_CONF_ENV = \ PCAP_CONFIG=$(STAGING_DIR)/usr/bin/pcap-config WIRESHARK_CONF_OPTS = \ + --disable-guides \ --enable-static=no \ --with-libsmi=no \ --with-pcap=$(STAGING_DIR)/usr |

