Bug#640256: ekiga: add arm-linux-gnueabihf (armhf) support
Konstantinos Margaritis
markos at genesi-usa.com
Sat Sep 3 16:20:22 UTC 2011
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
More information about the pkg-gnome-maintainers
mailing list