[Pkg-mono-svn-commits] [SCM] mono branch, master, updated. debian/2.10.8.1-2-13-g31c9ba5

Iain Lane laney at debian.org
Sun Apr 15 19:16:48 UTC 2012


The following commit has been merged in the master branch:
commit 98831169cbaddd82c468648bfff0f6065a7bd4cc
Author: Iain Lane <laney at debian.org>
Date:   Sun Apr 15 15:12:50 2012 +0100

    Pass CFLAGS and CPPFLAGS when building binfmt-detector
    
    Ensures hardening support is enabled for this binary.
    
    Thanks: Simon Ruderich <simon at ruderich.org>
    Closes: #657518

diff --git a/debian/detector/Makefile b/debian/detector/Makefile
index 3311e44..fe167a0 100644
--- a/debian/detector/Makefile
+++ b/debian/detector/Makefile
@@ -1,5 +1,5 @@
 binfmt-detector-cli: binfmt-detector-cli.c cil-coff.h
-	$(CC) binfmt-detector-cli.c -o binfmt-detector-cli
+	$(CC) $(CFLAGS) $(CPPFLAGS) binfmt-detector-cli.c -o binfmt-detector-cli
 	strip binfmt-detector-cli
 
 clean:

-- 
mono



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