summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-29 15:06:36 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-29 15:06:36 +0100
commita88866046dfdde0e5bca3bcee112b5df0f45b25d (patch)
tree724bd15d71c89eb0cb8f705a4dc018d12b725990 /debian
parent614e88efcb3deb7eb7b0ffc8d1cb56601ab42061 (diff)
fix patch
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/external.patch16
1 files changed, 4 insertions, 12 deletions
diff --git a/debian/patches/external.patch b/debian/patches/external.patch
index e4c25d4b..30e3d808 100644
--- a/debian/patches/external.patch
+++ b/debian/patches/external.patch
@@ -2,13 +2,13 @@ Include DDE in the build
--- a/Makefile
+++ b/Makefile
-@@ -28,7 +28,16 @@ include ./Makeconf
+@@ -28,8 +28,16 @@ include ./Makeconf
# Hurd libraries
lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \
libpager libfshelp libdiskfs libtrivfs libps \
-- libnetfs libpipe libstore libhurdbugaddr libftpconn libcons
-+ libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \
-+ libbpf libhurd-slab eth-multiplexer
+ libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \
+- libhurd-slab
++ libhurd-slab libbpf eth-multiplexer
+
+ifneq ($(LIBPCIACCESS),no)
+lib-subdirs += libmachdev libddekit
@@ -20,14 +20,6 @@ Include DDE in the build
# Hurd programs
prog-subdirs = auth proc exec term \
-@@ -42,6 +51,7 @@ prog-subdirs = auth proc exec term \
- procfs \
- startup \
- init \
-+ devnode
-
- ifeq ($(HAVE_SUN_RPC),yes)
- prog-subdirs += nfs nfsd
--- a/Makeconf
+++ b/Makeconf
@@ -576,7 +576,7 @@ vpath %.defs $(top_srcdir)/hurd