[Pkg-wmaker-commits] [wmclock] 37/66: pass CFLAGS to make via CCOPTIONS

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 10:52:53 UTC 2015


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

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

commit 7e7fcc0aaebb6056e46fd902b8e1749925b9d574
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Jul 22 01:20:04 2014 -0500

    pass CFLAGS to make via CCOPTIONS
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index acca5cb..45106ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
+
 %:
 	dh $@
 
+override_dh_auto_build:
+	dh_auto_build -- CCOPTIONS="$(CFLAGS)"
+
 override_dh_auto_install:
 	dh_auto_install
 	$(MAKE) install.man DESTDIR=$(CURDIR)/debian/wmclock

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



More information about the Pkg-wmaker-commits mailing list