Summary: |
alloca.h must be included when available (e.g. on Solaris) |
Product: |
dbus
|
Reporter: |
Dagobert Michelsen <dam> |
Component: |
core | Assignee: |
Havoc Pennington <hp> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
SPARC | |
|
OS: |
Solaris | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Include alloca.h when available
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 77371 [details] Include alloca.h when available Solaris provides alloca.h which must be included before using alloca() or the compile will fail. The attached patch fixes the issue against GIT HEAD.