diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-12 11:51:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-04-12 11:51:28 -0700 |
| commit | bfdd8823e85d64c4d630a5501707fa91a1f2e654 (patch) | |
| tree | a2f463f69eba75e1501183a0adb6d6c8694cd0a6 /pkg/util-linux/gen.lua | |
| parent | 11a45b282edbfaf9030e66944d4b5944a94e0b94 (diff) | |
e2fsprogs: Use libuuid from util-linux
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 8aa83802..0a5c35b2 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -20,6 +20,7 @@ build('sed', '$outdir/libfdisk.h', '$srcdir/libfdisk/src/libfdisk.h.in', { }, }) +pkg.hdrs = copy('$outdir/include/uuid', '$srcdir/libuuid/src', {'uuid.h'}) pkg.deps = { '$outdir/libsmartcols.h', '$outdir/libfdisk.h', @@ -118,6 +119,7 @@ lib('libuuid.a', [[ uuid_time.c predefined.c ) + libcommon.a ]]) exe('fdisk', [[ |
