From 06bddd1a83b6ceee01690a1b5ea5dc5ec6cfd0d3 Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Sat, 31 Oct 2020 14:47:47 +0000
Subject: [PATCH] main/fakeroot: use --with-ipc=tcp for cross compiling
 friendliness

---
 main/fakeroot/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/fakeroot/APKBUILD b/main/fakeroot/APKBUILD
index fa1f55f45441..0a3d544f4b7d 100644
--- a/main/fakeroot/APKBUILD
+++ b/main/fakeroot/APKBUILD
@@ -34,7 +34,8 @@ build() {
 		--build=$CBUILD \
 		--host=$CHOST \
 		--prefix=/usr \
-		--disable-static
+		--disable-static \
+		--with-ipc=tcp
 
 	make
 	cd doc
-- 
GitLab