Source: afterstep
Version: 2.2.12-11.1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

afterstep fails to cross build from source, because the subprojects
configured from the main ./configure are configured without --host. I.e.
the upstream build system fails to propagate --host. I hope that the
attached patch fixes the problem, but I was unable to test it, because
afterstep does not provide an easy way to build from source. Maybe you
can also make it build from source by default?

Helmut
--- afterstep-2.2.12.orig/autoconf/configure.in
+++ afterstep-2.2.12/autoconf/configure.in
@@ -314,6 +314,8 @@
 export FROM_AFTERSTEP_CONFIGURE
 
 _def_lib_conf_opts=" \
+	--build=${build_alias} \
+	--host=${host_alias} \
 	--prefix=${prefix} \
 	--exec-prefix=${exec_prefix} \
 	--bindir=${bindir} \

Reply via email to