[Pkg-wmaker-commits] [wmifs] 105/118: debian/rules: Add override_dh_auto_build target to pass CFLAGS from dpkg-buildflags.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 27 02:37:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmifs.
commit a8c6e2b632869c0f94d0177d2f12ab77955cb208
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Thu May 28 06:44:58 2015 -0500
debian/rules: Add override_dh_auto_build target to pass CFLAGS from
dpkg-buildflags.
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index f175bce..0d050fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
%:
dh $@
+override_dh_auto_build:
+ dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
+
override_dh_auto_install:
dh_auto_install -- prefix=/usr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifs.git
More information about the Pkg-wmaker-commits
mailing list