Skip to content

Commit

Permalink
wireshark: Store patch file locally
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 21, 2017
1 parent cf96396 commit 12eadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireshark.be0
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SRCURL[0]="https://2.na.dl.wireshark.org/src/all-versions/wireshark-${PKGVERSION
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

PATCHURL+=(http://www.linuxfromscratch.org/patches/blfs/svn/wireshark-2.4.3-lua_5_3-1.patch)
PATCHURL+=(/src/mariux/patches/wireshark-2.4.3-lua_5_3-1.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit 12eadb6

Please sign in to comment.