aboutsummaryrefslogtreecommitdiffstats
path: root/main/alsa-lib/ucm_add_limits_h.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/alsa-lib: Upgrade to 1.1.5Taner Tas2018-03-201-10/+0
| | | | | | | | | Four patches seem already applied to 1.1.5. These files can be removed from tree: * alsa-lib-poll.patch * alsa-lib-stdint.patch * ucm_add_limits_h.patch * 0001-snd_user_file-avoid-use-wordexp.patch
* main/alsa-lib: Add "limits.h" as a dependency for ucm/parser.cBreno Leitao2017-02-211-0/+10
Currently ucm/parser.c uses PATH_MAX that is defined by limits.h. ucm/parser.c does not include limits.h, thus, it casues a FTBFS on ppc64le On amd64, it does not FTBFS since PATH_MAX seems to come from a different place.