Add missing nvrtc library.
NVIDIA IndeX switched from dynamic linking of libnvindex.so/nvrtc64_102_0.dll to dynamic loading (dlopen()/LoadLibrary()) in 5.10 (348900.100), hence the library now needs to be specified explicitly.
Backport: release
Edited by Ben Boeckel