The alsa-oss package contains the alsa-oss compatibility library. This is used by programs which wish to use the alsa-oss sound interface.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://www.alsa-project.org/files/pub/oss-lib/alsa-oss-1.1.8.tar.bz2
Download MD5 sum: 9ec4bb783fdce19032aace086d65d874
Download size: 288 KB
Estimated disk space required: 3.0 MB
Estimated build time: less than 0.1 SBU
Install ALSA OSS by running the following commands:
./configure --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This switch prevents
installation of static versions of the libraries.