Bug ID |
9368
|
Summary |
AC_PROG_MKDIR_P is missing in configure.ac
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
Ubuntu
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 11965 [details]
A patch fixing the problem.
Build Information:
SVN revision 53025.
--
AC_PROG_MKDIR_P is missing in configure.ac. In case of building Wireshark with
Ubuntu Precise in pbuilder, it does not set MKDIR_P variable => build fails.
Fix: Add line with AC_PROG_MKDIR_P in configure.ac.
You are receiving this mail because:
- You are watching all bug changes.