if [[ $OPENAL_OSS == n ]]; then
    OPTS="$OPTS --disable-linux"
else
    OPTS="$OPTS --enable-linux"
fi &&
cd linux &&
default_build
