Add back missing shared library libutils used by the executable in linker
Doug Kwan authored
command.  The executable contains calls to function defined in the missing
library.  Currently this is linked via a dependency of another shared library.
While this works, it is not the right thing to do.
399b4a74