diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-07 14:53:01 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-07 14:57:31 -0800 |
| commit | c4e6d4bbad5296403b1fffbac7763de6c538999b (patch) | |
| tree | e22ec137fd855062a87c46c5b835bf0944ea6075 /pkg/util-linux/gen.lua | |
| parent | ba5e3fc9a3600fb71809a00aeb8985b99dc54672 (diff) | |
util-linux: Update to 2.33
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 87a3048c..8ee5e214 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.32.1') +set('version', '2.33.0') cflags{ '-include $dir/config.h', '-I $dir', @@ -40,7 +40,6 @@ lib('libcommon.a', [[ mbsalign.c md5.c pager.c - path.c pwdutils.c randutils.c setproctitle.c @@ -55,6 +54,9 @@ lib('libcommon.a', [[ linux_version.c loopdev.c + cpuset.c + + path.c procutils.c sysfs.c ) |
