components/wireshark/patches/release_version.patch
branchs11u3-sru
changeset 7667 a58a865e7e8a
parent 7657 d921f2e17860
child 7672 036be1e2dc00
--- a/components/wireshark/patches/release_version.patch	Thu Feb 09 10:08:49 2017 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13163
-
---- make-version.pl
-+++ make-version.pl
-@@ -689,9 +689,11 @@
- 	}
- 
- 	if (! open(FILE, "<$vconf_file")) {
--		print_diag "Version configuration file $vconf_file not "
--		. "found. Using defaults.\n";
--		return 1;
-+		if (! open(FILE, "<$srcdir/$vconf_file")) {
-+			print_diag "Version configuration file $vconf_file not "
-+			. "found. Using defaults.\n";
-+			return 1;
-+		}
- 	}
- 
- 	while (<FILE>) {