tools: fakeroot: use TCP as IPC transport
[openwrt/staging/nbd.git] / tools / fakeroot / Makefile
index 5bb8ab342c08b07277d1c3a952e2e3b258e3e009..9ab2679626509be90268d827960306b2ed0f40f1 100644 (file)
@@ -19,4 +19,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))