diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 19:05:59 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 19:05:59 +0200 |
commit | 2ee180d1b38a0b8c882a13502615482f34237720 (patch) | |
tree | 93163c7aeae196a37564ec1743918b6f841d657d /debian | |
parent | bd02b7ae376ece2d3b09e01886ec6ed73194024f (diff) |
fix external.patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/external.patch | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/debian/patches/external.patch b/debian/patches/external.patch index a8355c26..8da523c5 100644 --- a/debian/patches/external.patch +++ b/debian/patches/external.patch @@ -1,10 +1,10 @@ Include procfs, random, and DDE in the build -Index: hurd-debian/Makefile -=================================================================== ---- hurd-debian.orig/Makefile 2010-09-27 19:42:53.000000000 +0000 -+++ hurd-debian/Makefile 2010-09-27 19:45:57.000000000 +0000 -@@ -31,7 +31,8 @@ +diff --git a/Makefile b/Makefile +index 0b9eff2..12b56f0 100644 +--- a/Makefile ++++ b/Makefile +@@ -28,7 +28,8 @@ include ./Makeconf # Hurd libraries lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ libpager libfshelp libdiskfs libtrivfs libps \ @@ -14,10 +14,7 @@ Index: hurd-debian/Makefile # Hurd programs prog-subdirs = auth proc exec init term \ -@@ -40,9 +41,10 @@ - login daemons boot console \ - hostmux usermux ftpfs trans \ - console-client utils sutils \ +@@ -40,6 +41,7 @@ prog-subdirs = auth proc exec init term \ benchmarks fstests \ random \ procfs \ |