[FS#3317] Please help solve the compilation problem of fakeroot on WSL

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Tue Sep 8 06:34:54 EDT 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#3317 - Please help solve the compilation problem of fakeroot on WSL
User who did this - Jo-Philipp Wich (jow-)

----------
Please try the following change (add `HOST_CONFIGURE_ARGS += --with-ipc=tcp` to tools/fakeroot/Makefile):

diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile
index 2df893d64d..797cdfd801 100644
--- a/tools/fakeroot/Makefile
+++ b/tools/fakeroot/Makefile
@@ -17,4 +17,7 @@ HOST_CONFIGURE_VARS += \
        ac_cv_header_sys_capability_h=no \
        ac_cv_func_capset=no
 
+HOST_CONFIGURE_ARGS += \
+       --with-ipc=tcp
+
 $(eval $(call HostBuild))


----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3317#comment8754

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list