aboutsummaryrefslogtreecommitdiff
path: root/tools/fakeroot/patches/500-macos_arm64_compile_fix.patch
Commit message (Collapse)AuthorAge
* tools/fakeroot: update to 1.27Rosen Penev2022-03-01
| | | | | | | | | | Remove macOS stuff. Upstream has fixed it in the same way. Add SOL_TCP define. Taken from elsewhere in the code. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/fakeroot: fix unresolved symbols on arm64 macOSFelix Fietkau2022-01-27
| | | | | | | The $INODE64 symbol variants are not present, since the base system always uses 64-bit file offsets Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/fakeroot: fix build on MacOS arm64Sergey V. Lobanov2021-12-02
Added patch for MacOS without 32 bit inodes support (__DARWIN_ONLY_64_BIT_INO_T is true) This patch based on discussion https://github.com/archmac/bootstrap/issues/4 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>