From: Manolis Ragkousis
* eth-multiplexer/Makefile (HURDLIBS): Add iohelp.
---
eth-multiplexer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index 07f909e7..cefa0abd 100644
--- a/eth-multiplexer/Makefile
+++ b/eth
Hello everyone,
While building the Hurd servers with Guix, I encountered a linking problem with
eth-multiplexer[1]
This patch solves it.
Manolis
[1] http://paste.lisp.org/display/343796
From: Manolis Ragkousis
* libhurdutil/hurdutil.h: New file.
* libhurdutil/settrans.c: New file.
* libhurdutil/Makefile: New file.
* utils/Makefile (HURDLIBS, settrans): Use the new library.
* utils/settrans.c: Update to use the new library.
* Makefile: (lib-subdirs): Add library.
---
Makefile
I am resending the patch from
https://lists.gnu.org/archive/html/bug-hurd/2016-05/msg00040.html modified to
apply on master.
Manolis