[med-svn] samtools 01/01: Mimick Makefile's CPPFLAGS.
Charles Plessy
plessy at moszumanska.debian.org
Mon Aug 18 04:51:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository samtools.
commit cb2351760ae563ee307b6cb0d80de8207b0f8e27
Author: Charles Plessy <plessy at debian.org>
Date: Mon Aug 18 13:51:31 2014 +0900
Mimick Makefile's CPPFLAGS.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d7ff06b..78d0172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_build:
HTSDIR="/usr/include" \
HTSLIB=$(shell dpkg -S libhts.a | awk '{print $$2}') \
CFLAGS="$$(dpkg-buildflags --get CFLAGS)" \
- CPPFLAGS="-I. -DSAMTOOLS=1 $$(dpkg-buildflags --get CPPFLAGS)" \
+ CPPFLAGS="\$$(DFLAGS) \$$(INCLUDES) $$(dpkg-buildflags --get CPPFLAGS)" \
LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)" \
LDLIBS="-lhts"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git
More information about the debian-med-commit
mailing list