8.52. Musl-fts-1.2.7

The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc.

Approximate build time: less than 1 SBU
Required disk space: 3.8 MB

8.52.1. Installation of Musl-fts

Prepare musl-fts for compilation:

./bootstrap.sh
./configure --prefix=/usr

Compile the package:

make

This package does not come with a testsuite.

Install the package:

make install