Feature #101: Mac OS X 10.13 OpenSSL support (I)
commit53b2fd1295ad7548dc06895cbec99b7203dd840d
authorStefan Becker <chemobejk@gmail.com>
Fri, 29 Sep 2017 20:39:06 +0000 (29 23:39 +0300)
committerStefan Becker <chemobejk@gmail.com>
Fri, 29 Sep 2017 20:39:06 +0000 (29 23:39 +0300)
treefc8e3abb8cc0662708f9f35783ed1eb0957234e7
parent2ce77a34130006c987231ece46c22ca62f1f68ab
Feature #101: Mac OS X 10.13 OpenSSL support (I)

This is only a quick fix solution which doesn't work for building against
SDK 10.13 or newer. Those SDKs no longer have a linker library for
libcrypto.

Update the linker flag to include -lcrypto.0.9.8 which makes sure that
the dynamic linker on Mac OS X will no longer use whatever library the
symbolic link /usr/lib/libcrypto.dylib points to, but really the old
OpenSSL 0.9.8 library.
ChangeLog
src/adium/README.Adium
src/adium/xcconfigs/SIPEAdiumPlugin.xcconfig