aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs/patches/130-db-malloc-Use-posix_memalign-instead-of-deprecated-v.patch
Commit message (Collapse)AuthorAgeFilesLines
* xfsprogs: move into packages feedRosen Penev2020-06-031-26/+0
| | | | | | | | | Does not seem to be needed here. This will be imported into packages. Ref: https://github.com/openwrt/packages/pull/12256 Signed-off-by: Rosen Penev <rosenp@gmail.com> [subject facelift, PR ref] Signed-off-by: Petr Štetiar <ynezz@true.cz>
* xfsprogs: Fix compilation with newer muslRosen Penev2019-11-091-5/+0
| | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: Replace valloc with posix_memalignRosen Penev2019-05-111-0/+31
Fixes compilation under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>