diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-02-24 20:50:36 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-01 00:08:08 +0100 |
commit | 40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6 (patch) | |
tree | 13f9a0658696e35c10a3e4f1586d7d4fe101f8f9 /tools/fakeroot/patches/400-alpine-libc.musl-fix.patch | |
parent | 4e13229dd19e90975af9a51b4bc888477fbfad5e (diff) | |
download | upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.tar.gz upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.tar.bz2 upstream-40f91f6a2f633d2fbca13aa7ad6e5be1e79f5aa6.zip |
tools/fakeroot: update to 1.27
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>
Diffstat (limited to 'tools/fakeroot/patches/400-alpine-libc.musl-fix.patch')
-rw-r--r-- | tools/fakeroot/patches/400-alpine-libc.musl-fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch b/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch index c37282af5d..730732db2e 100644 --- a/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch +++ b/tools/fakeroot/patches/400-alpine-libc.musl-fix.patch @@ -6,7 +6,7 @@ Error relocating openwrt/staging_dir/host/lib/libfakeroot.so: SEND_GET_XATTR: sy --- a/libfakeroot.c +++ b/libfakeroot.c -@@ -81,12 +81,14 @@ +@@ -86,12 +86,14 @@ #define SEND_STAT64(a,b,c) send_stat64(a,b,c) #define SEND_GET_STAT(a,b) send_get_stat(a,b) #define SEND_GET_STAT64(a,b) send_get_stat64(a,b) @@ -21,7 +21,7 @@ Error relocating openwrt/staging_dir/host/lib/libfakeroot.so: SEND_GET_XATTR: sy #define SEND_GET_XATTR64(a,b,c) send_get_xattr64(a,b) #endif -@@ -131,8 +133,9 @@ +@@ -136,8 +138,9 @@ /* 10.10 uses id_t in getpriority/setpriority calls, so pretend id_t is used everywhere, just happens to be int on some OSes */ |