Summary: | Code uses _GNU_SOURCE to determine locale facilities are available | ||
---|---|---|---|
Product: | Mesa | Reporter: | Bryan Henderson <bryanh> |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | 7.9 | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Patch to use the proper feature test / feature request macros |
Description
Bryan Henderson
2011-01-24 18:57:19 UTC
Additional advice: The value of __GLIBC__ is the major release number. __GLIBC_MINOR__ is the minor release number. So GNU C Library version 2.7 as __GLIBC__ = 2, __GLIBC_MINOR__ = 7. Feel free to provide a patch to fix these issues. Thanks. Created attachment 42625 [details] [review] Patch to use the proper feature test / feature request macros I pushed a patch that stops detecting dlopen presence based on _GNU_SOURCE, but more _GNU_SOURCE usage still remains. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/894. |
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.