summaryrefslogtreecommitdiff
path: root/debian/patches/0029-libports-Fix-build.patch
blob: 1ba6111ae01d5b97a9d47eff008de240d9ffff7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ca4e2a0afb535aab76443935030122b538db5f02 Mon Sep 17 00:00:00 2001
From: Justus Winter <4winter@informatik.uni-hamburg.de>
Date: Wed, 27 Nov 2013 11:22:29 +0100
Subject: [PATCH hurd 29/29] libports: Fix build

---
 libports/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libports/Makefile b/libports/Makefile
index f22563c..a5d7ba1 100644
--- a/libports/Makefile
+++ b/libports/Makefile
@@ -42,7 +42,7 @@ installhdrs = ports.h
 
 HURDLIBS= ihash
 LDLIBS += -lpthread
-OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o
+OBJS = $(SRCS:.c=.o) notifyServer.o interruptServer.o mach_portUser.o
 
 MIGCOMSFLAGS = -prefix ports_
 MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
-- 
2.1.3