Page MenuHome

Fix for dynamic R_X86_64_PC32 reloc requirement
Needs RevisionPublic

Authored by alekulyn on Jan 30 2018, 12:50 PM.

Details

Summary

Ran into a dynamic R_X86_64_PC32 reloc problem when trying to link a module using D2835 and an install_deps.sh python compile on 64-bit Debian Testing. This patch fixed it.

Diff Detail

Repository
rB Blender

Event Timeline

alekulyn created this revision.Jan 30 2018, 12:50 PM
Bastien Montagne (mont29) requested changes to this revision.Jan 31 2018, 12:41 PM

Ah… thanks for the patch, but there should be a nicer way to do this. Can you please try and confirm that the .configure --enable-shared option works as expected for you, instead of explicitly setting CFLAGS? So first line being something like that:

./configure --enable-shared --prefix=$_inst --libdir=$_inst/lib --enable-ipv6 \
This revision now requires changes to proceed.Jan 31 2018, 12:41 PM