Bug ID |
12901
|
Summary |
make-version.pl shouldn't define VCSVERSION and VCSBRANCH when build from source archive
|
Product |
Wireshark
|
Version |
2.2.0
|
Hardware |
x86
|
OS |
Solaris
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Current:
$ tshark --version
TShark (Wireshark) 2.2.0 (Git Rev Unknown from unknown)
Expected:
$ tshark --version
TShark (Wireshark) 2.2.0
As workaround I used:
--- make-version.pl
+++ make-version.pl
@@ -619,7 +619,7 @@
{
my $VCS_REVISION;
my $needs_update = 1;
- my $set_header = 1;
+ my $set_header = 0;
my $git_cdir;
chomp($git_cdir = qx{git --git-dir="$srcdir/.git" rev-parse
--git-common-dir 2> $devnull});
You are receiving this mail because:
- You are watching all bug changes.