diff options
| author | Michael Forney <mforney@mforney.org> | 2024-03-30 12:41:23 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-03-30 12:46:18 -0700 |
| commit | 78e8b1c517e1de67be852329a0b33a9984fe352c (patch) | |
| tree | 7481b05973d1fde5e53b74606689ac88a21b1c9e /pkg | |
| parent | 63394a17ae622bb0ed40c0d319cf55b02bc9c752 (diff) | |
e2fsprogs: Build e4crypt
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/e2fsprogs/gen.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index e4246a3e..ef8c6592 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -224,4 +224,12 @@ exe('bin/mke2fs', [[ file('bin/mke2fs', '755', '$outdir/bin/mke2fs') substman{'misc/mke2fs.8.in'} +exe('bin/e4crypt', [[ + misc/e4crypt.c + libext2fs.a + $builddir/pkg/util-linux/libuuid.a.d +]]) +file('bin/e4crypt', '755', '$outdir/bin/e4crypt') +substman{'misc/e4crypt.8.in'} + fetch 'git' |
