reopen 657518 thanks Dear Maintainer,
Sorry to bother you again but my patch wasn't fully applied.
LDFLAGS are missing for binfmt-detector-cli. The following patch
fixes that:
diff -Nru mono-2.10.8.1/debian/detector/Makefile
mono-2.10.8.1/debian/detector/Makefile
--- mono-2.10.8.1/debian/detector/Makefile 2012-04-15 16:22:11.000000000
+0200
+++ mono-2.10.8.1/debian/detector/Makefile 2012-04-17 22:11:38.000000000
+0200
@@ -1,5 +1,5 @@
binfmt-detector-cli: binfmt-detector-cli.c cil-coff.h
- $(CC) $(CFLAGS) $(CPPFLAGS) binfmt-detector-cli.c -o binfmt-detector-cli
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) binfmt-detector-cli.c -o
binfmt-detector-cli
strip binfmt-detector-cli
clean:
Regards,
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
signature.asc
Description: Digital signature

