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

2017-04-08 Thread Samuel Thibault
manolis...@gmail.com, on sam. 08 avril 2017 16:44:52 +0300, wrote: > * eth-multiplexer/Makefile (HURDLIBS): Add iohelp. Indeed, I wonder what happened, since we did have it fixed in the incubator before the merge. Samuel

[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