aboutsummaryrefslogtreecommitdiffstats
path: root/main/alsa-lib/ppc64le_symbols.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/alsa-lib: Fix FTBFS on ppc64leBreno Leitao2017-02-211-0/+44
Currently alsa-libs is FTBFS on ppc64le due to an old code workaround on the linking mechanism. This causes the following error: libasound.so: undefined reference to `.__snd_pcm_hw_params_set_format_first' Removing this legacy workaround to enable alsa lib to build on ppc64le.