Skip to content
Snippets Groups Projects
Commit dc8092a5 authored by Christian Goetze (CG)'s avatar Christian Goetze (CG)
Browse files

Merged: Comment out setting of TMP, do not recompute AUTOBUILD if it is already defined.

parents c5ce29c8 e997db24
No related branches found
No related tags found
No related merge requests found
...@@ -639,12 +639,14 @@ ...@@ -639,12 +639,14 @@
</map> </map>
</map> </map>
</map> </map>
<key>google</key> <key>google-perftools</key>
<map> <map>
<key>license</key> <key>license</key>
<string>mit</string> <string>bsd</string>
<key>license_file</key>
<string>LICENSES/google-perftools.txt</string>
<key>name</key> <key>name</key>
<string>google</string> <string>google-perftools</string>
<key>platforms</key> <key>platforms</key>
<map> <map>
<key>linux</key> <key>linux</key>
...@@ -652,29 +654,13 @@ ...@@ -652,29 +654,13 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>7d9d1b6d32ee273df164f7b7d5f29848</string> <string>cf513fc2eec4a414cc804cf408932a45</string>
<key>hash_algorithm</key>
<string>md5</string>
<key>url</key> <key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google-0.0.0-linux-20110114.tar.bz2</string> <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-google-perftools/rev/224046/arch/Linux/installer/google_perftools-1.7-linux-20110315.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>linux</string> <string>linux</string>
</map> </map>
</map>
<key>version</key>
<string>0.0.0</string>
</map>
<key>google-perftools</key>
<map>
<key>license</key>
<string>bsd</string>
<key>license_file</key>
<string>LICENSES/google.txt</string>
<key>name</key>
<string>google-perftools</string>
<key>platforms</key>
<map>
<key>windows</key> <key>windows</key>
<map> <map>
<key>archive</key> <key>archive</key>
...@@ -1052,9 +1038,9 @@ ...@@ -1052,9 +1038,9 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>2b64ea42d54583ab82f4936ce6ea2a3c</string> <string>873e8e99d29711df2efa30646dca1795</string>
<key>url</key> <key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libuuid-linux-20100930.tar.bz2</string> <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-libuuid/rev/223995/arch/Linux/installer/uuid-1.6.2-linux-20110315.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>linux</string> <string>linux</string>
...@@ -1316,11 +1302,11 @@ ...@@ -1316,11 +1302,11 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>fccdca18a950ac9363c6fb39118b80e1</string> <string>30b9b33fb9320d9b6634e0dbb013b4e7</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>md5</string> <string>md5</string>
<key>url</key> <key>url</key>
<string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/openal-3ad86a1c-linux-20110114.tar.bz2</string> <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-openal/rev/223977/arch/Linux/installer/openal-1.12.854-1.1.0-linux-20110315.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>linux</string> <string>linux</string>
......
...@@ -257,9 +257,9 @@ elseif(LINUX) ...@@ -257,9 +257,9 @@ elseif(LINUX)
libopenal.so libopenal.so
libopenjpeg.so libopenjpeg.so
libssl.so libssl.so
libstacktrace.so
libtcmalloc.so libtcmalloc.so
libuuid.so.1 libuuid.so.16
libuuid.so.16.0.22
libssl.so.0.9.8 libssl.so.0.9.8
libfontconfig.so.1.4.4 libfontconfig.so.1.4.4
) )
......
...@@ -12,9 +12,8 @@ else (STANDALONE) ...@@ -12,9 +12,8 @@ else (STANDALONE)
set(GOOGLE_PERFTOOLS_FOUND "YES") set(GOOGLE_PERFTOOLS_FOUND "YES")
endif (WINDOWS) endif (WINDOWS)
if (LINUX) if (LINUX)
use_prebuilt_binary(google) use_prebuilt_binary(google-perftools)
set(TCMALLOC_LIBRARIES tcmalloc) set(TCMALLOC_LIBRARIES tcmalloc)
set(STACKTRACE_LIBRARIES stacktrace)
set(PROFILER_LIBRARIES profiler) set(PROFILER_LIBRARIES profiler)
set(GOOGLE_PERFTOOLS_INCLUDE_DIR set(GOOGLE_PERFTOOLS_INCLUDE_DIR
${LIBS_PREBUILT_DIR}/include) ${LIBS_PREBUILT_DIR}/include)
......
...@@ -938,7 +938,9 @@ def construct(self): ...@@ -938,7 +938,9 @@ def construct(self):
self.path("libcrypto.so.0.9.8") self.path("libcrypto.so.0.9.8")
self.path("libexpat.so.1.5.2") self.path("libexpat.so.1.5.2")
self.path("libssl.so.0.9.8") self.path("libssl.so.0.9.8")
self.path("libuuid.so.1") self.path("libuuid.so")
self.path("libuuid.so.16")
self.path("libuuid.so.16.0.22")
self.path("libSDL-1.2.so.0.11.3") self.path("libSDL-1.2.so.0.11.3")
self.path("libdirectfb-1.4.so.5.0.4") self.path("libdirectfb-1.4.so.5.0.4")
self.path("libfusion-1.4.so.5.0.4") self.path("libfusion-1.4.so.5.0.4")
...@@ -947,7 +949,11 @@ def construct(self): ...@@ -947,7 +949,11 @@ def construct(self):
self.path("libopenjpeg.so.1") self.path("libopenjpeg.so.1")
self.path("libopenjpeg.so") self.path("libopenjpeg.so")
self.path("libalut.so") self.path("libalut.so")
self.path("libopenal.so", "libopenal.so.1") self.path("libalut.so.0")
self.path("libalut.so.0.0.0")
self.path("libopenal.so")
self.path("libopenal.so.1")
self.path("libopenal.so.1.12.854")
self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname self.path("libopenal.so", "libvivoxoal.so.1") # vivox's sdk expects this soname
self.path("libfontconfig.so.1.4.4") self.path("libfontconfig.so.1.4.4")
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment