Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 422744 Details for
Bug 571036
media-libs/mesa [debug] fails to build on musl due to missing execinfo.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to ad header-check
add-exexinfo-header-check.patch (text/plain), 652 bytes, created by
tt_1
on 2016-01-12 20:55:00 UTC
(
hide
)
Description:
patch to ad header-check
Filename:
MIME Type:
Creator:
tt_1
Created:
2016-01-12 20:55:00 UTC
Size:
652 bytes
patch
obsolete
>diff --git a/mesa-11.0.6-orig/configure.ac b/mesa-11.0.6/configure.ac >index 1751413..b072913 100644 >--- a/mesa-11.0.6-orig/configure.ac >+++ b/mesa-11.0.6/configure.ac >@@ -663,6 +663,8 @@ AC_CHECK_HEADER([sys/sysctl.h], [DEFINES="$DEFINES -DHAVE_SYS_SYSCTL_H"]) > AC_CHECK_FUNC([strtof], [DEFINES="$DEFINES -DHAVE_STRTOF"]) > AC_CHECK_FUNC([mkostemp], [DEFINES="$DEFINES -DHAVE_MKOSTEMP"]) > >+AC_CHECK_HEADERS([execinfo.h], [DEFINES="$DEFINES -DHAVE_EXECINFO_H"]) >+ > dnl Check to see if dlopen is in default libraries (like Solaris, which > dnl has it in libc), or if libdl is needed to get it. > AC_CHECK_FUNC([dlopen], [DEFINES="$DEFINES -DHAVE_DLOPEN"],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 571036
:
422054
|
422056
| 422744 |
422746
|
425000
|
425006
|
427852