14 lines
244 B
Markdown
14 lines
244 B
Markdown
util-linux 2.41
|
|
=
|
|
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.tar.xz
|
|
|
|
``` sh *** build ***
|
|
./configure --prefix=/pkg/gnu/util-linux
|
|
make -j$(nproc)
|
|
make install
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
libeconf
|
|
```
|