note that with that release, -fPIC became mandatory on x86_64:
[ LD blib/arch/auto/Gtk2/Gtk2.so ]
/usr/bin/ld: xs/GtkStock.o: relocation R_X86_64_PC32 against
`gtk2perl_translate_func_create' can not be used when making a
shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
The actual issue is with visibility. On x86_64, I'd to reverse some
bits:
<relocations-fixes.patch>
$ relinfo.pl blib/arch/auto/Gtk2/Gtk2.so
blib/arch/auto/Gtk2/Gtk2.so: 262 relocations, 228 relative (87%),
3856 PLT entries, 28 for local syms (0%), 0 users