The musl-obstack package is a copy + paste of the obstack functions and macros found in GNU gcc libiberty library for use with musl libc.
Prepare musl-obstack for compilation:
./bootstrap.sh ./configure --prefix=/usr
Compile the package:
make
This package does not come with a testsuite.
Install the package:
make install