logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 78e8b1c517e1de67be852329a0b33a9984fe352c
parent 63394a17ae622bb0ed40c0d319cf55b02bc9c752
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 30 Mar 2024 12:41:23 -0700

e2fsprogs: Build e4crypt

Diffstat:

Mpkg/e2fsprogs/gen.lua8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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'