summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--erofs-utils.spec3
-rw-r--r--sources2
2 files changed, 4 insertions, 1 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
diff --git a/sources b/sources
index f5f0502..c8b2366 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fe72b536cc73e9c8fd61068205ca6c2 erofs-utils-1.7.3.tar.gz
+7a433711ae5ffa192735b8f7eb53e883 erofs-utils-1.7.3.tar.gz