[med-svn] r16804 - trunk/packages/perm/trunk/debian/patches
Andreas Tille
tille at moszumanska.debian.org
Fri Apr 25 18:47:17 UTC 2014
Author: tille
Date: 2014-04-25 18:47:17 +0000 (Fri, 25 Apr 2014)
New Revision: 16804
Added:
trunk/packages/perm/trunk/debian/patches/hardening.patch
Modified:
trunk/packages/perm/trunk/debian/patches/series
Log:
Hardening
Added: trunk/packages/perm/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/perm/trunk/debian/patches/hardening.patch (rev 0)
+++ trunk/packages/perm/trunk/debian/patches/hardening.patch 2014-04-25 18:47:17 UTC (rev 16804)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at 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
Modified: trunk/packages/perm/trunk/debian/patches/series
===================================================================
--- trunk/packages/perm/trunk/debian/patches/series 2014-04-25 18:41:48 UTC (rev 16803)
+++ trunk/packages/perm/trunk/debian/patches/series 2014-04-25 18:47:17 UTC (rev 16804)
@@ -1 +1,2 @@
make_dynamic_executable.patch
+hardening.patch
More information about the debian-med-commit
mailing list