diff options
Diffstat (limited to 'debian/patches/0021-trans-streamio-make-the-translator-payload-aware.patch')
-rw-r--r-- | debian/patches/0021-trans-streamio-make-the-translator-payload-aware.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0021-trans-streamio-make-the-translator-payload-aware.patch b/debian/patches/0021-trans-streamio-make-the-translator-payload-aware.patch new file mode 100644 index 00000000..764dc26d --- /dev/null +++ b/debian/patches/0021-trans-streamio-make-the-translator-payload-aware.patch @@ -0,0 +1,27 @@ +From 0b6e61e8a879fa696351831c9176826fa9eb6d91 Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Fri, 21 Nov 2014 05:29:36 +0100 +Subject: [PATCH hurd 21/29] trans/streamio: make the translator payload-aware + +* trans/Makefile (device_reply-MIGSFLAGS): Define MACH_PAYLOAD_TO_PORT. +--- + trans/Makefile | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/trans/Makefile b/trans/Makefile +index 04fd276..b6edb97 100644 +--- a/trans/Makefile ++++ b/trans/Makefile +@@ -44,6 +44,9 @@ ifsock-MIGSFLAGS=\ + "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ + "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" + ++# device_replyServer is used by the streamio translator. ++device_reply-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" ++ + include ../Makeconf + + vpath elfcore.c $(top_srcdir)/exec +-- +2.1.3 + |