aboutsummaryrefslogtreecommitdiffstats
path: root/main/nspr/fix-sgidefs-usage.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/nspr: fix build on mips* (sgidefs.h)alpine-mips-patches2018-12-171-0/+40
Use sgidefs.h from linux-headers and replace _ABI64 references with non-GCC counterpart (_ABI64 is only defined with -mabi=64 thus -Wundef errors arise in some dependent projects with -mabi=32).