diff options
| author | Michael Forney <mforney@mforney.org> | 2019-05-22 01:07:33 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-05-22 01:07:33 -0700 |
| commit | 682ad1c35ee83c75103b9681609eae0ba5b5792f (patch) | |
| tree | 71904ca441509fece7406c6dce52313ae8438bc6 /pkg/e2fsprogs/gen.lua | |
| parent | 8b33d20edbd20edd467397c0e8e9ba09c7a28f1f (diff) | |
e2fsprogs: Update to 1.45.1
Diffstat (limited to 'pkg/e2fsprogs/gen.lua')
| -rw-r--r-- | pkg/e2fsprogs/gen.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index 2a8d152c..eaf05ec9 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -1,4 +1,4 @@ -set('version', '1.45.0') +set('version', '1.45.1') cflags{ '-D HAVE_CONFIG_H', '-I $outdir', @@ -17,7 +17,7 @@ build('cat', '$outdir/config.h', { set('subst', { '-e s,@E2FSPROGS_VERSION@,$version,', - '-e s,@E2FSPROGS_MONTH@,March,', + '-e s,@E2FSPROGS_MONTH@,May,', '-e s,@E2FSPROGS_YEAR@,2019,', '-e s,@JDEV@,,', }) @@ -147,6 +147,7 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/( namei.c native.c newdir.c + nls_utf8.c openfs.c progress.c punch.c @@ -167,8 +168,6 @@ lib('libext2fs.a', [[$outdir/ext2_err.c lib/ext2fs/( rbtree.c dupfs.c - - nls_ascii.c nls_utf8-norm.c nls_utf8.c )]]) lib('libsupport.a', [[$outdir/prof_err.c lib/support/( cstring.c |
