diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 14:59:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-21 14:59:42 +0100 |
commit | b0cf42547cf95c236c82b871e94c1e9e66a8de7a (patch) | |
tree | 519948f3c58de8a63a6452fbc7c8b34e55fba127 /debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch | |
parent | e79ac4182e0532bce1b65c964e5dccce42f77f7a (diff) |
add patch series
Diffstat (limited to 'debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch')
-rw-r--r-- | debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch b/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch new file mode 100644 index 00000000..43991354 --- /dev/null +++ b/debian/patches/0021-trans-disable-default-payload-to-port-mapping-in-fsy.patch @@ -0,0 +1,34 @@ +From e0530ad96810b7d749f4147fc3aae6612dac2087 Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Thu, 28 Nov 2013 21:00:48 +0100 +Subject: [PATCH hurd 21/30] trans: disable default payload to port mapping in + fsysServer.c + +fsysServer.o is only used by the symlink translator which does not use +libports. Therefor, it is not necessary to use the default payload to +port translation function. + +* trans/Makefile (fsys-MIGSFLAGS): Disable the default payload to port + translation function. +--- + trans/Makefile | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/trans/Makefile b/trans/Makefile +index 04fd276..24ab9d8 100644 +--- a/trans/Makefile ++++ b/trans/Makefile +@@ -44,6 +44,10 @@ ifsock-MIGSFLAGS=\ + "-DFILE_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ + "-DIFSOCK_IMPORTS=import \"../libtrivfs/mig-decls.h\";" + ++# 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" ++ + include ../Makeconf + + vpath elfcore.c $(top_srcdir)/exec +-- +2.1.3 + |