[med-svn] r16353 - trunk/packages/clearcut/trunk/debian/patches
Andreas Tille
tille at moszumanska.debian.org
Thu Feb 27 23:56:06 UTC 2014
Author: tille
Date: 2014-02-27 23:56:06 +0000 (Thu, 27 Feb 2014)
New Revision: 16353
Added:
trunk/packages/clearcut/trunk/debian/patches/hardening.patch
Modified:
trunk/packages/clearcut/trunk/debian/patches/series
Log:
Propagate hardening options
Added: trunk/packages/clearcut/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/clearcut/trunk/debian/patches/hardening.patch (rev 0)
+++ trunk/packages/clearcut/trunk/debian/patches/hardening.patch 2014-02-27 23:56:06 UTC (rev 16353)
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 27 Feb 2014 17:11:16 +0000
+Description: Propagate hardening options
+
+--- a/Makefile
++++ b/Makefile
+@@ -124,7 +124,7 @@ clean:
+ $(CC) -c $(INCDIRS) $(CFLAGS) $(OPTFLAG) $(DEFS) $<
+
+ clearcut: $(OBJS) $(LIBOBJS)
+- $(CC) $(LINKFLAGS) -o $@ $(OBJS) $(LIBDIRS) $(LIBS)
++ $(CC) $(LINKFLAGS) -o $@ $(OBJS) $(LIBDIRS) $(LIBS) $(LDFLAGS)
+
+
+
Modified: trunk/packages/clearcut/trunk/debian/patches/series
===================================================================
--- trunk/packages/clearcut/trunk/debian/patches/series 2014-02-27 23:50:41 UTC (rev 16352)
+++ trunk/packages/clearcut/trunk/debian/patches/series 2014-02-27 23:56:06 UTC (rev 16353)
@@ -1 +1,2 @@
mothur_trivial_patch
+hardening.patch
More information about the debian-med-commit
mailing list