I nmued this package to delay-5 with the attached patch. On Fri, Oct 10, 2014 at 9:50 AM, Aníbal Monsalve Salazar <[email protected]> wrote: > Control: severity -1 important > > On Wed, 2014-09-17 10:44:47 +0800, YunQiang Su wrote: >> Package: shine >> Version: 3.1.0-2 >> >> >> In debian/rules, there are lines: >> >> ifneq (,$(findstrings mips,$(DEB_HOST_ARCH))) >> CFLAGS+= -mips32r2 >> export CFLAGS >> endif >> >> It will make all mips* ports use mips32r2. >> >> change it to >> >> ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) >> >> can fix this problem. >> >> -- >> YunQiang Su > > Hello Romain, > > YunQiang forgot to set the severity of this bug report. > > Port bugs are at least important. ;-) > > Cheers, > > Aníbal
shine.debdiff
Description: Binary data

