diff --git a/autobuild.xml b/autobuild.xml
index 45dba8381d..dc4335bcb6 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -583,6 +583,30 @@
+ google
+
google-perftools
license_file
@@ -1187,6 +1211,32 @@
+ openal_soft
+
+ license_file
+ LICENSES/OPENAL.txt
+ name
+ openal_soft
+ platforms
+
+ linux
+
+ archive
+
+ hash
+ fccdca18a950ac9363c6fb39118b80e1
+ hash_algorithm
+ md5
+ url
+ http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/openal-3ad86a1c-linux-20110114.tar.bz2
+
+ name
+ linux
+
+
+ version
+ 3ad86a1c
+
openjpeg
license_file
@@ -1614,7 +1664,7 @@
arguments
- ..\indra
+ ../indra
options
@@ -1634,7 +1684,7 @@
arguments
- ..\indra
+ ../indra
options
@@ -1653,7 +1703,7 @@
arguments
- ..\indra
+ ../indra
options
@@ -1664,6 +1714,14 @@
name
Release
+ default
+
+ build
+
+
+ name
+ default
+
name
linux
diff --git a/indra/cmake/OPENAL.cmake b/indra/cmake/OPENAL.cmake
index d01c680ed1..ed483e5aea 100644
--- a/indra/cmake/OPENAL.cmake
+++ b/indra/cmake/OPENAL.cmake
@@ -15,7 +15,7 @@ if (OPENAL)
pkg_check_modules(OPENAL_LIB REQUIRED openal)
pkg_check_modules(FREEALUT_LIB REQUIRED freealut)
else (STANDALONE)
- use_prebuilt_binary(openal-soft)
+ use_prebuilt_binary(openal_soft)
endif (STANDALONE)
set(OPENAL_LIBRARIES
openal