From b2b7f5247199ad9b49e8a1f095b040fa0f4b9807 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 1 Mar 2013 11:28:44 +0100 Subject: #978 fix Mac build of the Skype plugin --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 8e700704..0aaebd08 100755 --- a/configure +++ b/configure @@ -547,6 +547,11 @@ elif [ "$otr" = "plugin" ]; then fi if [ "$skype" = "1" -o "$skype" = "plugin" ]; then + if [ "$arch" = "Darwin" ]; then + echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings + else + echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings + fi echo 'SKYPE_PI=skype.so' >> Makefile.settings protocols_mods="$protocol_mods skype(plugin)" fi -- cgit v1.2.3