Fix linking issue.
Do not try to use the installed library, only use the library as it is currently being built. Otherwise, compiling a newer version of Slurm with an older version (that uses libslurmfull) will fail, as any newer symbols that are required will be missing from the currently-installed version. Bug 4167.
Please register or sign in to comment