[Pkg-wmaker-commits] [wmhdplop] 14/40: debian/rules: Pass CFLAGS via CPPFLAGS.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:10:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmhdplop.

commit 81c90223dbfc8d068643c89f3b760f99cb15c355
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Aug 11 01:32:43 2014 -0500

    debian/rules: Pass CFLAGS via CPPFLAGS.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index f26cacd..103d875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 %:
 	dh $@ --with autotools-dev
 
+override_dh_auto_build:
+	dh_auto_build -- CPPFLAGS="$(CPPFLAGS) $(CFLAGS)"
+
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/wmhdplop
 	cp gkhdplop.so $(CURDIR)/debian/gkrellm-hdplop/usr/lib/gkrellm2/plugins

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmhdplop.git



More information about the Pkg-wmaker-commits mailing list