Bug 1305950
| Summary: | Fix name collision on MIPS | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Toman <michal.toman> | ||||
| Component: | libsrtp | Assignee: | Tom "spot" Callaway <tcallawa> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | jeff, tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | mips64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-02-11 20:31:59 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1242747 | ||||||
| Attachments: |
|
||||||
Thanks. Committed in libsrtp-1.5.4-1.fc24. |
Created attachment 1122448 [details] Fix-name-collision-on-MIPS.patch Description of problem: We are trying to bring Fedora to MIPS platform and this requires libsrtp renaming the 'mips' variable in test/srtp_driver.c - 'mips' is a predefined macro on MIPS platform. Actual results: Build fails because of 'mips' variable name collision Expected results: Build passes, variable named 'mips' Additional info: Attaching dist-git patch