Skip to content
Advertisement

Tag: uuid

How to compile *only* uuid from linux utils

I have the linux utils code (can be found here: https://www.kernel.org/pub/linux/utils/util-linux/) and I only need libuuid, nothing else. I’ve tried setting many ‘–disable-‘ flags but it still seems to be compiling things I don’t need. Here’s my actual configure command: and here’s my output: Is there any way to only build libuuid? Answer The easiest approach would be to pull

Advertisement