The ALSA OSS package contains the ALSA OSS compatibility library. This is used by programs which wish to use the ALSA OSS sound interface.
This package is known to build and work properly using an LFS-8.3 platform.
Download (FTP): ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-1.1.6.tar.bz2
Download MD5 sum: fc845cafc4444193510ab1865c7350b8
Download size: 285 KB
Estimated disk space required: 2.8 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/alsa-oss
Install ALSA OSS by running the following commands:
sed -i '/#include <libio.h>/d' alsa/stdioemu.c && ./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.
Last updated on 2018-08-19 20:08:15 -0700