On 2014-11-21 10:41, Edmund Grimley Evans wrote: > It failed to build on arm64: > > http://buildd.debian.org/status/package.php?p=fribid&suite=sid > > The error was: > > ../npapi/prcpucfg.h:705:2: error: #error "Unknown CPU architecture" > #error "Unknown CPU architecture" > > It seems easy to fix. You could replace > > #elif defined(__x86_64__) > > in that file with > > #elif defined(__x86_64__) || defined(__aarch64__) > > or copy that section to make a new one. >
Thanks! I have committed your suggested fix upstream and will make a new Debian version in the weekend. Regards, Samuel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org