[med-svn] r20820 - trunk/packages/ampliconnoise/trunk/debian/patches

Andreas Tille tille at moszumanska.debian.org
Fri Dec 18 15:04:16 UTC 2015


Author: tille
Date: 2015-12-18 15:04:15 +0000 (Fri, 18 Dec 2015)
New Revision: 20820

Modified:
   trunk/packages/ampliconnoise/trunk/debian/patches/hardening.patch
Log:
Fix remaining hardening issue


Modified: trunk/packages/ampliconnoise/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/ampliconnoise/trunk/debian/patches/hardening.patch	2015-12-17 21:54:51 UTC (rev 20819)
+++ trunk/packages/ampliconnoise/trunk/debian/patches/hardening.patch	2015-12-18 15:04:15 UTC (rev 20820)
@@ -167,3 +167,14 @@
  clean:
  	(cd FCluster && make clean)
  	(cd FastaUnique && make clean)
+--- a/PyroNoiseA/makefile
++++ b/PyroNoiseA/makefile
+@@ -7,7 +7,7 @@ OBJS   = PyroNoiseA.o
+ 
+ $(EFILE) : $(OBJS)
+ 	@echo "linking..."
+-	$(CC) $(EFLAGS) -o $(EFILE) $(OBJS) $(LIBS)
++	$(CC) $(EFLAGS) -o $(EFILE) $(OBJS) $(LIBS) $(LDFLAGS)
+ 
+ $(OBJS) : PyroNoiseA.c PyroNoiseA.h
+ 	$(CC) $(CFLAGS) -c $*.c 




More information about the debian-med-commit mailing list