[Pkg-wmaker-commits] [wmifinfo] 45/49: debian/rules: Update override_dh_auto_build target. In particular, we no longer need to pass CPPFLAGS via CFLAGS, as new upstream Makefile now respects CPPFLAGS. Also, we set ENABLE_NWN_SUPPORT here instead of patching the Makefile, as had been previouslys done.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 02:07:45 UTC 2015


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

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

commit c174b445638335e38f2461336bf70e6e5172e32b
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Dec 9 22:18:53 2014 -0600

    debian/rules: Update override_dh_auto_build target.  In particular, we no longer
    need to pass CPPFLAGS via CFLAGS, as new upstream Makefile now respects
    CPPFLAGS. Also, we set ENABLE_NWN_SUPPORT here instead of patching the Makefile,
    as had been previouslys done.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0234fa7..5dcce6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 	dh $@
 
 override_dh_auto_build:
-	dh_auto_build -- CFLAGS+="$(CPPFLAGS)"
+	dh_auto_build -- ENABLE_NWN_SUPPORT=y
 
 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/wmifinfo.git



More information about the Pkg-wmaker-commits mailing list