diff options
Diffstat (limited to 'erofs-utils.spec')
-rw-r--r-- | erofs-utils.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erofs-utils.spec b/erofs-utils.spec index 1f94c77..17a70d2 100644 --- a/erofs-utils.spec +++ b/erofs-utils.spec @@ -39,8 +39,11 @@ This package contains a utility to mount EROFS images %build autoreconf -ivf +export libuuid_CFLAGS="-I/usr/include/uuid" +export libuuid_LIBS="-luuid" ./configure --prefix=/usr \ --with-selinux \ + --with-uuid \ --enable-lzma \ --with-zlib \ --enable-fuse |