Skip to content

Commit

Permalink
wireshark: update 3.4.4 to 3.5.0
Browse files Browse the repository at this point in the history
- update
- disable -Werror=maybe-uninitialized
  • Loading branch information
wwwutz committed Sep 7, 2021
1 parent 3986da2 commit a458248
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wireshark.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION wireshark-3.4.4-0
# BEE_VERSION wireshark-3.5.0-0

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

# PATCHURL+=()

Expand All @@ -22,6 +22,7 @@ BEE_BUILDTYPE='autotools'
#}

mee_configure() {
CFLAGS=-Wno-maybe-uninitialized \
bee_configure \
-DCMAKE_PREFIX_PATH=/usr/local/qt5
}
Expand Down

0 comments on commit a458248

Please sign in to comment.