[PATCH] eth-multiplexer: Fix iohelp missing dependency.

2017-04-08 Thread manolis837
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

[PATCH] eth-multiplexer: Fix iohelp missing dependency.

2017-04-08 Thread manolis837
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

[PATCH] libhurdutil: New library containing utils to be used by Guix.

2016-05-25 Thread manolis837
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

[PATCH] libhurdutil: New library containing utils to be used by Guix.

2016-05-25 Thread manolis837
I am resending the patch from https://lists.gnu.org/archive/html/bug-hurd/2016-05/msg00040.html modified to apply on master. Manolis