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.

Regards

Konstantinos



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to