[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.10.8.1-3-1-g10b15d4

Iain Lane laney at debian.org
Tue Apr 17 20:27:35 UTC 2012


The following commit has been merged in the master branch:
commit 10b15d4f526687a5a314f5a6aa724f8dd8b596f6
Author: Iain Lane <laney at debian.org>
Date:   Tue Apr 17 21:25:10 2012 +0100

    Pass LDFLAGS to binfmt-detector-cli too
    
    Closes: #657518

diff --git a/debian/detector/Makefile b/debian/detector/Makefile
index fe167a0..5f77c48 100644
--- a/debian/detector/Makefile
+++ b/debian/detector/Makefile
@@ -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:

-- 
mono



More information about the Pkg-mono-svn-commits mailing list