[arch-commits] Commit in wireshark/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Thu Dec 30 10:07:28 UTC 2021


    Date: Thursday, December 30, 2021 @ 10:07:27
  Author: freswa
Revision: 1088111

disable lto due to coredump

This issue is more related to qt than to wireshark, see:
https://bugreports.qt.io/browse/QTBUG-86173
https://build.opensuse.org/request/show/845064

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 09:01:37 UTC (rev 1088110)
+++ PKGBUILD	2021-12-30 10:07:27 UTC (rev 1088111)
@@ -8,7 +8,7 @@
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
@@ -19,7 +19,7 @@
              'glib2' 'libgcrypt' 'sbc' 'bcg729' 'desktop-file-utils' 'libxslt'
              'hicolor-icon-theme' 'zstd' 'zlib' 'gcc-libs' 'brotli' 'asciidoctor'
              'doxygen' 'minizip' 'speexdsp' 'opus')
-options=('!emptydirs')
+options=('!emptydirs' '!lto')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
         wireshark.sysusers)
 sha512sums=('8b036d623010a5c4ece22de869847b3d999dac1c1e874e957c091a65c18351d9a1cc400828a70caf3c9f9900f8971dc585a5fafb7b08d446cd5d1d68938b0e81'



More information about the arch-commits mailing list