diff options
-rw-r--r-- | debian/patches/fix-receiver-lookups.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/fix-receiver-lookups.patch b/debian/patches/fix-receiver-lookups.patch index d08862a9..30f65d9b 100644 --- a/debian/patches/fix-receiver-lookups.patch +++ b/debian/patches/fix-receiver-lookups.patch @@ -2,10 +2,11 @@ diff --git a/exec/Makefile b/exec/Makefile index 3ef742d..d332f36 100644 --- a/exec/Makefile +++ b/exec/Makefile -@@ -30,6 +30,7 @@ HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc +@@ -30,7 +30,8 @@ HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc OTHERLIBS = -lpthread exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h + exec_experimental-MIGSFLAGS = -imacros $(srcdir)/execmutations.h +exec_startup-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf |