Code review comment for lp:~noskcaj/ubuntu/trusty/cogl/1.16.2

Revision history for this message
Martin Pitt (pitti) wrote :

Can you please re-do that as merge against Debian? http://packages.qa.debian.org/c/cogl/news/20140211T183843Z.html

Also, this drops debian/patches/99-ppc64el-support.patch, which previously had:

- ppc64-*linux*|powerpc64-*linux*)
+ powerpc64le-*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
+ powerpc64-*)
+ LD="${LD-ld} -m elf32ppclinux"

but this isn't in upstream's libtool.m4. That also changes some ppc stuff, but not for "powerpc64le-*".

review: Needs Fixing

« Back to merge proposal