aboutsummaryrefslogtreecommitdiff
path: root/utils/xfsprogs
Commit message (Collapse)AuthorAge
* xfsprogs: Update to 6.2.0Tianling Shen2023-05-24
| | | | | | | | | * Added new dependencies introduced in this version * Disabled mips16 due to build issues * Fixed the usage of the `CONFIG_USE_MUSL` variable (missing $) * Refreshed patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xfsprogs: fix compilation with musl 1.2.4Tianling Shen2023-05-17
| | | | | | | | | musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xfsprogs: fix compilation under glibcRosen Penev2020-12-30
| | | | | | Missing link to librt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: update to 5.9.0Rosen Penev2020-11-23
| | | | | | Add license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: update to 5.8.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: fix compilation with uClibc-ngRosen Penev2020-06-25
| | | | | | MAP_SHARED_VALIDATE is completely missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: update to 5.5Rosen Penev2020-05-22
| | | | | | | | | | | | | | Reworked Makefile for consistency between packages. Removed librt dependency. clock_gettime does not need it anymore. Updated URL. Add MAP_SYNC workaround as musl undefines MAP_SYNC for MIPS and PPC. Refreshed patches and removed upstream ones Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xfsprogs: import from baseRosen Penev2020-05-22
Does not seem to be appropriate there. Signed-off-by: Rosen Penev <rosenp@gmail.com>