Changeset b2b7f52 for configure


Ignore:
Timestamp:
2013-03-01T10:28:44Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
ed3ff43
Parents:
36f6ab3
Message:

#978 fix Mac build of the Skype plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r36f6ab3 rb2b7f52  
    548548
    549549if [ "$skype" = "1" -o "$skype" = "plugin" ]; then
     550        if [ "$arch" = "Darwin" ]; then
     551                echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings
     552        else
     553                echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings
     554        fi
    550555        echo 'SKYPE_PI=skype.so' >> Makefile.settings
    551556        protocols_mods="$protocol_mods skype(plugin)"
Note: See TracChangeset for help on using the changeset viewer.