mennu...@users.alioth.debian.org writes: > diff --git a/debian/changelog b/debian/changelog > index 2240ccf..bac4ed7 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,9 @@ > +mplayer (1.0~rc2+svn20090303-3) unstable; urgency=low > + > + * try a fix for bug 520113 > + > + -- A Mennucc1 <mennu...@debian.org> Fri, 20 Mar 2009 18:23:35 +0100 > + > mplayer (1.0~rc2+svn20090303-2) unstable; urgency=low > > * always build documentation. Fixes FTBFS. > diff --git a/debian/rules b/debian/rules > index 0b8159b..b570e74 100755 > --- 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 > touch configure-arch-stamp > > # commands to compile the package
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 -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org