tools/fakeroot: update to 1.27
[openwrt/staging/chunkeey.git] / tools / fakeroot / patches / 600-macOS.patch
diff --git a/tools/fakeroot/patches/600-macOS.patch b/tools/fakeroot/patches/600-macOS.patch
new file mode 100644 (file)
index 0000000..59e668e
--- /dev/null
@@ -0,0 +1,13 @@
+--- a/communicate.c
++++ b/communicate.c
+@@ -441,6 +441,10 @@ void semaphore_down(){
+ #else /* FAKEROOT_FAKENET */
++#ifndef SOL_TCP
++# define SOL_TCP 6 /* this should probably be done with getprotoent */
++#endif
++
+ static struct sockaddr *get_addr(void)
+ {
+   static struct sockaddr_in addr = { 0, 0, { 0 } };