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 | aa48e2cf4a80af7d26239a2e76e4214f211b9bb8 (patch) | |
| tree | 4e89204538322a42264ec87d15e40a8e4d8f0f71 /debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch | |
| parent | 16390b1f032657492a3c0ebe9989b6aa5cc7ad7e (diff) | |
drop old patch series
Diffstat (limited to 'debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch')
| -rw-r--r-- | debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch b/debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch deleted file mode 100644 index 993b5048..00000000 --- a/debian/patches/0019-startup-disable-default-payload-to-port-mapping.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 3c113a0b71d032e9e88512f24dddeea08554cda6 Mon Sep 17 00:00:00 2001 -From: Justus Winter <4winter@informatik.uni-hamburg.de> -Date: Thu, 28 Nov 2013 20:57:40 +0100 -Subject: [PATCH hurd 19/29] startup: disable default payload to port mapping - -startup does not use libports. Therefor, it is not necessary to use the -default payload to port translation function. - -* startup/Makefile (MIGSFLAGS): Disable the default payload to port -translation function. ---- - startup/Makefile | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/startup/Makefile b/startup/Makefile -index 23d35cb..ee2ecdd5 100644 ---- a/startup/Makefile -+++ b/startup/Makefile -@@ -25,6 +25,10 @@ OBJS = $(SRCS:.c=.o) \ - target = startup - HURDLIBS = shouldbeinlibc - -+# startup does not use libports. Disable the default payload to port -+# conversion. -+MIGSFLAGS="-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" -+ - include ../Makeconf - - mung_msg_S.h: msg_S.h --- -2.1.3 - |
