Bug#520113: [SCM] mplayer packaging branch, master, updated. debian/1.0.rc2+svn20090303-2-5-g0640320

Diego Biurrun diego at biurrun.de
Sat Mar 21 15:27:35 UTC 2009


On Sat, Mar 21, 2009 at 03:05:13PM +0100, Reinhard Tartler wrote:
> mennucc1 at 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



More information about the pkg-multimedia-maintainers mailing list