Merge branch 'version-1.1.0'
[jackhill/guix/guix.git] / gnu / packages / patches / hurd-fix-eth-multiplexer-dependency.patch
CommitLineData
cc4faa35
MR
1From ef0399bad41e60cb30d5073129abeb206076394a Mon Sep 17 00:00:00 2001
2From: Manolis Ragkousis <manolis837@gmail.com>
3Date: Sat, 8 Apr 2017 16:44:52 +0300
4Subject: [PATCH] eth-multiplexer: Fix iohelp missing dependency.
5
6* eth-multiplexer/Makefile (HURDLIBS): Add iohelp.
7---
8 eth-multiplexer/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
12index 07f909e7..cefa0abd 100644
13--- a/eth-multiplexer/Makefile
14+++ b/eth-multiplexer/Makefile
15@@ -26,7 +26,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
16 device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
17 OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
18 LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
19-HURDLIBS = ports ihash fshelp shouldbeinlibc netfs bpf
20+HURDLIBS = ports ihash iohelp fshelp shouldbeinlibc netfs bpf
21 LDLIBS = -lpthread
22
23 CFLAGS += -I$(top_srcdir)/libbpf
24--
252.12.2
26