Bug#915280: geki3 FTCBFS: does not pass --host to ./configure
Helmut Grohne
helmut at subdivi.de
Sun Dec 2 11:16:49 GMT 2018
Source: geki3
Version: 1.0.3-8.1
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
geki3 fails to cross build from source, because it does not pass --host
to ./configure. The easiest way of fixing that is using
dh_auto_configure and that is sufficient to make geki3 cross buildable.
Please consider applying the attached patch.
Helmut
-------------- next part --------------
diff -u geki3-1.0.3/debian/changelog geki3-1.0.3/debian/changelog
--- geki3-1.0.3/debian/changelog
+++ geki3-1.0.3/debian/changelog
@@ -1,3 +1,10 @@
+geki3 (1.0.3-8.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Sun, 02 Dec 2018 12:13:58 +0100
+
geki3 (1.0.3-8.1) unstable; urgency=medium
* Non-maintainer upload
diff -u geki3-1.0.3/debian/rules geki3-1.0.3/debian/rules
--- geki3-1.0.3/debian/rules
+++ geki3-1.0.3/debian/rules
@@ -16,8 +16,7 @@
&& touch configure \
&& touch config.h.in \
&& touch `find . -name Makefile.in`
- ./configure --prefix=/usr --mandir=$${prefix}/share/man \
- --infodir=$${prefix}/share/info
+ dh_auto_configure
$(MAKE)
touch build-stamp
More information about the Pkg-games-devel
mailing list