mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
…
|
||
---|---|---|
.. | ||
0001-Build-Remove-pkgconfig.patch | ||
0002-Build-Do-not-hide-symbols-by-default.patch | ||
ReadMe.md |
Patches for glu on SerenityOS
0001-Build-Remove-pkgconfig.patch
Build: Remove pkgconfig
We can't use pkgconfig here since the OpenGL dependency we find is incompatible with it as an argument.
0002-Build-Do-not-hide-symbols-by-default.patch
Build: Do not hide symbols by default
For some reason, the functions glu exports end up as LOCAL entries in the shared library. Remove this default visibility to set them to GLOBAL.