On Sat, Mar 21, 2009 at 03:05:13PM +0100, Reinhard Tartler wrote: > mennu...@users.alioth.debian.org writes: > > --- a/debian/rules > > +++ b/debian/rules > > @@ -174,6 +174,11 @@ ifeq (powerpc,$(DEB_HOST_ARCH_CPU)) > > mv config.mak config.mak~~ > > sed '/FLAGS/s/ -O[0-9] / -O /' config.mak~~ > config.mak > > endif > > + #workaround for bug 520113 (hopefully) > > +ifeq (mips,$(DEB_HOST_ARCH_CPU)) > > + mv config.mak config.mak~~ > > + sed '/^CFLAGS =/s/=/= -fPIC /' config.mak~~ > config.mak > > +endif
What an exceptionally ugly patch. My eyes are bleeding. > seems like that patch didn't work :-( > > https://buildd.debian.org/fetch.cgi?pkg=mplayer;ver=1.0~rc2%2Bsvn20090303-3;arch=mips;stamp=1237634436 Try '-fPIC -DPIC'. Diego -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org