aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vdr/include-missing-limits-ppc64le.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/vdr: update/add plugins and add configsStefan Reiff2019-05-121-28/+0
| | | | | | | | | | | | update femon and vnsiserver plugin add epgsearch, dvbapi, svdrpservice and vdrmanager plugin re-enable skincurses plugin add init script add configs for vdr and all plugins add vdr user and group on install fix build with debug symbols (include-missing-limits.patch) fix streamdev Makefile apply available upstream patches (at the moment 33)
* testing/vdr: fix build on ppc64leRoberto Oliveira2017-07-251-0/+28
vdr package uses some macros like HOST_NAME_MAX, NAME_MAX, which are defined in limits.h and needs to be explicitly included on ppc64le.