diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 20:54:34 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-04 20:54:34 +0200 |
commit | e1acb91c54ac7596e8234b4f81c718012d4d11e3 (patch) | |
tree | 23497f8a1fb03c2d79a83d9cf1a735cfd8cf0a56 /debian | |
parent | 0dfd55949bf834e66fcad24b7f1465c6e9a3c0ee (diff) |
fix fix-receiver-lookups.patch
Diffstat (limited to 'debian')
-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 |