[asterisk-scf-commits] asterisk-scf/release/ice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jan 18 09:54:15 CST 2011
branch "master" has been updated
via 406059bd49f728f3516fe95c36481c09556866db (commit)
via 31f144e25db23cbda6711248da0dbceb3345fed5 (commit)
via d49219e4981f80f35fc50984a4ed377e1d4cee88 (commit)
via a3a82839b3b73025575a02331f8aa4695dd954df (commit)
from 8700edd5731a965944f28dc1eb39b26e5a6bc763 (commit)
Summary of changes:
cpp/src/Ice/DynamicLibrary.cpp | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 406059bd49f728f3516fe95c36481c09556866db
Merge: 8700edd 31f144e
Author: David M. Lee <dlee at digium.com>
Date: Mon Jan 17 16:23:16 2011 -0600
Merge branch 'fix-apple-so'
diff --cc cpp/src/Ice/DynamicLibrary.cpp
index 254fa32,cbe3913..4fa02ae
mode 100755,100644..100755
--- a/cpp/src/Ice/DynamicLibrary.cpp
+++ b/cpp/src/Ice/DynamicLibrary.cpp
@@@ -134,9 -117,9 +134,9 @@@ IceInternal::DynamicLibrary::loadEntryP
{
lib += "." + version;
}
- lib += ".dylib";
+ lib += ".so"; // .so for loadable module on Mach-O
#elif defined(__hpux)
- lib = "lib" + libName;
+ lib = libPath + "lib" + libName;
if(!version.empty())
{
lib += "." + version;
-----------------------------------------------------------------------
--
asterisk-scf/release/ice.git
More information about the asterisk-scf-commits
mailing list