File: hardening.patch

package info (click to toggle)
microbiomeutil 20101212%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 49,284 kB
  • sloc: perl: 4,878; ansic: 419; makefile: 98; sh: 27
file content (15 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
LastChanged: Tue, 04 Jun 2013 10:35:17 +0200
Description: Enable propagation of hardening options

--- a/NAST-iEr/Makefile
+++ b/NAST-iEr/Makefile
@@ -3,7 +3,7 @@
 all: NAST-iEr
 
 NAST-iEr: NAST-iEr.c
-	gcc NAST-iEr.c -o NAST-iEr
+	gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) NAST-iEr.c -o NAST-iEr
 
 
 clean: