diff options
Diffstat (limited to 'debian/patches/0029-trans-streamio-xxx-pp-aware.patch')
-rw-r--r-- | debian/patches/0029-trans-streamio-xxx-pp-aware.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0029-trans-streamio-xxx-pp-aware.patch b/debian/patches/0029-trans-streamio-xxx-pp-aware.patch new file mode 100644 index 00000000..ef91ee43 --- /dev/null +++ b/debian/patches/0029-trans-streamio-xxx-pp-aware.patch @@ -0,0 +1,25 @@ +From 268c0621b1baa9644ba5fa755e67972f92986d5c 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 29/30] trans/streamio: xxx pp aware + +--- + trans/Makefile | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/trans/Makefile b/trans/Makefile +index 24ab9d8..5dc4beb 100644 +--- a/trans/Makefile ++++ b/trans/Makefile +@@ -44,6 +44,8 @@ ifsock-MIGSFLAGS=\ + "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ + "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" + ++device_reply-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" ++ + # fsysServer is only used by the symlink translator which does not use + # libports. Disable the default payload to port conversion. + fsys-MIGSFLAGS = "-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" +-- +2.1.3 + |