From 0724a521cba7d4dfb7e3393a9ff4a6b3a0ccce6c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 31 Jan 2019 11:57:40 +0100 Subject: [PATCH] wireshark: Remove lua patch Currently nobody is using lua scripts so the burden to track an external patch is not really justified. Remove lua patches for now. --- wireshark.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireshark.be0 b/wireshark.be0 index 3b95627f6..4d8cb94be 100755 --- a/wireshark.be0 +++ b/wireshark.be0 @@ -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+=(/src/mariux/patches/wireshark-2.4.3-lua_5_3-1.patch) +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not