diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-13 10:31:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-13 10:31:00 +0000 |
commit | 494819563fd61894f16e11b4d831d5fa682dcf5f (patch) | |
tree | c1e192c10b823a4b7c5461bf8c16834c9b15a5fd /erofs-utils.spec | |
parent | 3c557c9459352f38ef900cbda998328fdeb18b70 (diff) |
automatic import of erofs-utils
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 |