Source: ibus-client-clutter
Version: 0.0+git20090728.a936bacf-5.1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

ibus-client-clutter fails to cross build from source, because it
configures for the build architecture. It actually tries to configure
twice. Once for the build architecture (via autogen.sh) and then for the
host architecture (via cdbs). Unfortunately, the first configuration
makes the whole build fail. After removing it, ibus-client-clutter cross
builds successfully. Please consider applying the attached patch.

Helmut
Index: ibus-client-clutter-0.0+git20090728.a936bacf/autogen.sh
===================================================================
--- ibus-client-clutter-0.0+git20090728.a936bacf.orig/autogen.sh
+++ ibus-client-clutter-0.0+git20090728.a936bacf/autogen.sh
@@ -6,5 +6,4 @@
 autoconf
 autoheader
 automake -a
-./configure $@
 exit

Reply via email to