pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libvpx build failure amd64



Just got in multimedia/libvpx on amd64 with today's pkgsrc:

ld: vp8/common/x86/.libs/subpixel_mmx.asm.o: relocation R_X86_64_PC32 against 
symbol `vp8_bilinear_filters_x86_8' can not be used when making a shared 
object; recompile with -fPIC

Yet the Makefile seems to go out of its way to get rid of -fPIC:

$(BUILD_PFX)%.asm.o: %.asm
        $(if $(quiet),@echo "    [AS] $@")
        $(qexec)${LIBTOOL} --mode=compile --tag=CC sh strip_fPIC.sh \
            $(AS) $(ASFLAGS) -o $@ $<


?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index