diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 13:01:24 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-01 13:01:24 +0100 |
commit | c749f9162783ee2dc12b0b2de9be98ece9e467e7 (patch) | |
tree | d88af0e4ae835e82a0f626c5ed29cba8dd2e73e5 /debian/patches/0027-libports-Fix-build.patch | |
parent | aa48e2cf4a80af7d26239a2e76e4214f211b9bb8 (diff) |
add patch series
Diffstat (limited to 'debian/patches/0027-libports-Fix-build.patch')
-rw-r--r-- | debian/patches/0027-libports-Fix-build.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0027-libports-Fix-build.patch b/debian/patches/0027-libports-Fix-build.patch new file mode 100644 index 00000000..5f8332d3 --- /dev/null +++ b/debian/patches/0027-libports-Fix-build.patch @@ -0,0 +1,25 @@ +From da5f88d7fa960c4676ac479eaa67b14a58fc17ee 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 27/28] libports: Fix build + +--- + libports/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libports/Makefile b/libports/Makefile +index f49cb9f..6e25cd7 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 + |