tags 640256 fixed-upstream
thanks

Fixed with http://git.gnome.org/browse/ekiga/commit/?id=f49e5a5ce749ac. Thank you for the patch.

Eugen

On 03/09/11 18:20, Konstantinos Margaritis wrote:
Package: ekiga
Version: 3.2.7-4
Severity: important
Tags: patch

ekiga fails on armhf:

http://buildd.debian-ports.org/status/fetch.php?pkg=ekiga&arch=armhf&ver=3.2.7-4&stamp=1314705653

The reason is the triplet, ekiga's configure checks for gnueabi to
decide upon OS support, whereas armhf uses
arm-linux-gnueabihf as triplet.

Changing:

   linux-gnulp | linux-gnu | linux-gnueabi | linux | Linux)
     gm_platform="linux"
     ;;

to:

   linux-gnulp | linux-gnu | linux-gnueabi* | linux | Linux)
     gm_platform="linux"
     ;;

in configure.ac:90, makes the package build fine on armhf. Please
consider fixing this.



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to