fix(cgpt): Stop compiling cgpt statically Linking to libblkid.a if it was compiled with an older libc is causing linking issues. Just knock it off and link dynamically like a sane C app.