Skip to content
Snippets Groups Projects
Commit 03ebc431 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DEV-34837: Remove dependency on Leopard-only /usr/local/lib/libexpat.0.1.0.dylib.

On Mac, add libexpat[.0.5.0].dylib to apr_suite package. Update
libapr-1[.0.3.7].dylib and libaprutil-1[.0.3.8].dylib with versions that
reference this expat. Make viewer_manifiest.py copy expat dylib to app bundle.
parent 47e547fc
No related branches found
No related tags found
No related merge requests found
...@@ -490,7 +490,9 @@ def construct(self): ...@@ -490,7 +490,9 @@ def construct(self):
dylibs[lib] = True dylibs[lib] = True
if dylibs["llcommon"]: if dylibs["llcommon"]:
for libfile in ("libapr-1.0.3.7.dylib", "libaprutil-1.0.3.8.dylib"): for libfile in ("libapr-1.0.3.7.dylib",
"libaprutil-1.0.3.8.dylib",
"libexpat.0.5.0.dylib"):
self.path(os.path.join(libdir, libfile), libfile) self.path(os.path.join(libdir, libfile), libfile)
#libfmodwrapper.dylib #libfmodwrapper.dylib
......
...@@ -85,9 +85,9 @@ ...@@ -85,9 +85,9 @@
<key>darwin</key> <key>darwin</key>
<map> <map>
<key>md5sum</key> <key>md5sum</key>
<string>30e3b60d596801a4f4c74c56ece059dc</string> <string>115d8ac44a91efdb173e9b3e478c46b6</string>
<key>url</key> <key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090731.tar.bz2</uri> <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/apr_suite-1.3.7-darwin-20090805.tar.bz2</uri>
</map> </map>
<key>linux</key> <key>linux</key>
<map> <map>
...@@ -340,9 +340,9 @@ ...@@ -340,9 +340,9 @@
<key>darwin</key> <key>darwin</key>
<map> <map>
<key>md5sum</key> <key>md5sum</key>
<string>9c5603e328e9f543e0a599d6b25be973</string> <string>c457a0a041ac4946265889a503d26c3d</string>
<key>url</key> <key>url</key>
<uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/expat-1.95.8-darwin-20080812.tar.bz2</uri> <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/expat-1.95.8-darwin-20090805.tar.bz2</uri>
</map> </map>
<key>linux</key> <key>linux</key>
<map> <map>
......
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