diff -Nru shine-3.1.0/debian/changelog shine-3.1.0/debian/changelog --- shine-3.1.0/debian/changelog 2014-08-12 07:38:23.000000000 +0800 +++ shine-3.1.0/debian/changelog 2014-10-10 12:59:43.000000000 +0800 @@ -1,3 +1,10 @@ +shine (3.1.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * only pass -mips32r2 to CFLAGS on mips and mipsel (Closes: #761935). + + -- YunQiang Su Fri, 10 Oct 2014 12:53:42 +0800 + shine (3.1.0-2) unstable; urgency=medium * Fix build on mips architectures. diff -Nru shine-3.1.0/debian/rules shine-3.1.0/debian/rules --- shine-3.1.0/debian/rules 2014-08-12 07:37:52.000000000 +0800 +++ shine-3.1.0/debian/rules 2014-10-10 12:53:26.000000000 +0800 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -ifneq (,$(findstring mips,$(DEB_HOST_ARCH))) +ifneq (,$(filter mips mipsel,$(DEB_HOST_ARCH))) CFLAGS+= -mips32r2 export CFLAGS endif