die aktuelle Version von sc baut, wenn man in Makefile.systems in Zeile 21 vor "LIBDIR = " ein "override " setzt, also z.B. "override LIBDIR = ../../../../lib"
g++ -fno-strict-aliasing -shared sc.o data.o filter.o system.o misc.o cam.o device.o version.o smartcard.o network.o crypto.o system-common.o parse.o log.o override.o -lcrypto FFdecsa/FFdecsa.o -o libvdr-sc.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: FFdecsa/FFdecsa.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
FFdecsa/FFdecsa.o: could not read symbols: Bad value
collect2: ld gab 1 als Ende-Status zurück
make: *** [libvdr-sc.so] Fehler 1