summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-05-26 19:27:00 +0200
committerJustus Winter <justus@gnupg.org>2016-05-26 19:27:00 +0200
commit419986c8dd058bc8ebb1758ae7c61913c72b511a (patch)
tree78cea5e0ecb12f14194b3c29d1769a82223eb1e4
parent4f52a7049bbaa0264869b2fe75fc601310b52842 (diff)
fix stack of patches
-rw-r--r--debian/patches/external.patch4
-rw-r--r--debian/patches/series2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/external.patch b/debian/patches/external.patch
index 30e3d808..63c7c610 100644
--- a/debian/patches/external.patch
+++ b/debian/patches/external.patch
@@ -7,8 +7,8 @@ Include DDE in the build
lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \
libpager libfshelp libdiskfs libtrivfs libps \
libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \
-- libhurd-slab
-+ libhurd-slab libbpf eth-multiplexer
+- libhurd-slab libhurdutil
++ libhurd-slab libhurdutil libbpf eth-multiplexer
+
+ifneq ($(LIBPCIACCESS),no)
+lib-subdirs += libmachdev libddekit
diff --git a/debian/patches/series b/debian/patches/series
index 322912f7..f409c90c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,7 +6,6 @@ startup-usr-support.patch
tmp_exec_startup.patch
uptime_w_path_fix.patch
stat_round.patch
-external.patch
console_ignore_bdf_err.patch
posix-sigcodes.patch
libexec.patch
@@ -39,3 +38,4 @@ exec_filename0004-This-patch-is-an-amendment-of-exec_filename_exec.pat.patch
crash0001-xxx-crash-logging-works.patch
pager-alloc0001-libpager-provide-pager_create_alloc.patch
hurdutil0001-libhurdutil-New-library-containing-utils-to-be-used-.patch
+external.patch