[neverball] 03/06: Fix FTCBFS: Let dh_auto_build pass cross compilers.

Markus Koschany apo at moszumanska.debian.org
Sat Jun 24 14:19:47 UTC 2017


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

apo pushed a commit to branch master
in repository neverball.

commit bc7af93509d46a64bfc496c917556f1cf950a5e6
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jun 24 15:58:28 2017 +0200

    Fix FTCBFS: Let dh_auto_build pass cross compilers.
    
    Thanks: Helmut Grohne for the report and patch.
    Closes: #852736
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2d1c8d6..901aa0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ endif
 	dh $@
 
 override_dh_auto_build-arch:
-	$(MAKE) $(shell dpkg-buildflags --export=configure) \
+	dh_auto_build -- $(shell dpkg-buildflags --export=configure) \
 		DATADIR=/usr/share/games/neverball \
 		LOCALEDIR=/usr/share/locale \
 		ENABLE_HMD=$(OPENHMD) \

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



More information about the Pkg-games-commits mailing list