Bug ID |
12883
|
Summary |
Linking problem on NetBSD: WEXITSTATUS
|
Product |
Wireshark
|
Version |
2.2.0
|
Hardware |
All
|
OS |
NetBSD
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 14909 [details]
Patch fixing the problem
Build Information:
When building wireshark-2.2.0, extcap fails to link because it does not find
the WEXITSTATUS symbol. On NetBSD, this is a macro defined in <sys/wait.h>, but
the header is not included.
According to POSIX
(http://pubs.opengroup.org/onlinepubs/009695399/functions/wait.html) you should
include that header when using the wait functions, so I've added the header
unconditionally in the attached patch.
--
You are receiving this mail because:
- You are watching all bug changes.