Package: perm / 0.4.0-2

hardening.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 25 Apr 2014 18:39:38 +0200
Description: Propagate hardening options

--- Source.orig/makefile
+++ Source/makefile
@@ -24,7 +24,7 @@
 
 perm:	$(PER_M)
 	make clean
-	$(CC) -o $@ $(CFLAGS) $(LIB_PATH) $(PER_M) $(LIBS)
+	$(CC) -o $@ $(CFLAGS) $(LIB_PATH) $(PER_M) $(LIBS) $(LDFLAGS)
 	#$(CC) -o $@ $(LIB_PATH) *.o $(LIBS)
 
 tar:	clean