CrashReportClient fails to build

Following the Linux Tutorial, when running make the CrashReportClient seems to fail to build, giving the following error:

/media/ricardo/data/Programs1TB/UnrealEngine/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v12_clang-6.0.1-centos7/x86_64-unknown-linux-gnu/bin/ld.lld: error: undefined symbol: SDL_JoystickGetDeviceInstanceID
>>> referenced by LinuxApplication.cpp:1964 (/media/ricardo/data/Programs1TB/UnrealEngine/Engine/Source/Runtime/ApplicationCore/Private/Linux/LinuxApplication.cpp:1964)

Which seems to indicate missing linkage with SDL. How can I fix this?

Please see the Complete Log as well.