[med-svn] [SCM] samtools branch, master, updated. debian/0.1.18-1-31-g5761c3f
Charles Plessy
plessy at debian.org
Sat Mar 30 08:54:45 UTC 2013
The following commit has been merged in the master branch:
commit fc32243af70f2959c5314634a097b7836efd7877
Author: Charles Plessy <plessy at debian.org>
Date: Sat Mar 30 16:53:01 2013 +0900
Harden by concatenating Debian's LDFLAGS and CPPFLAGS in CFLAGS.
diff --git a/debian/rules b/debian/rules
index 3736d28..7d9a598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-CFLAGS += -fPIC
+CFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
DEB_MAKE_BUILD_TARGET = all all-recur razip lib
DEB_MAKE_CHECK_TARGET = -C examples all
--
Processing of sequence alignments in SAM and BAM formats.
More information about the debian-med-commit
mailing list