Bug#959487: libpng built without VSX support on ppc64le

2020-05-25 Thread Gianfranco Costamagna
control: close -1 Hello, answering inline On Sat, 2 May 2020 16:32:27 -0500 (CDT) Timothy Pearson wrote: > Package: libpng16-16:ppc64le > Version: 1.6.36-6 > > libpng is built without VSX support on POWER systems. This breaks > assumptions in other software, such as node optipng (log below). >

Bug#959487: libpng built without VSX support on ppc64le

2020-05-02 Thread Timothy Pearson
Package: libpng16-16:ppc64le Version: 1.6.36-6 libpng is built without VSX support on POWER systems. This breaks assumptions in other software, such as node optipng (log below). I can work around it with this, but it is not ideal: CFLAGS="-DPNG_POWERPC_VSX_OPT=0" npm install optipng-bin npm in