Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions wireshark.be0
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION wireshark-3.5.0-0
# BEE_VERSION wireshark-4.0.2-0

#SRCURL[0]="https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/32956496fbcc5eaeb7125915ec827f25/wireshark-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/60eb89ab41cd2dbfcefed7efeccec9e3/wireshark-4.0.2.tar.xz"

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/wireshark-add-auth-mariux)

# build_in_sourcedir

Expand All @@ -24,6 +24,7 @@ BEE_BUILDTYPE='autotools'
mee_configure() {
CFLAGS=-Wno-maybe-uninitialized \
bee_configure \
-DUSE_QT6=NO \
-DCMAKE_PREFIX_PATH=/usr/local/qt5
}

Expand Down