Changeset b9c10a1 for configure


Ignore:
Timestamp:
2017-05-29T05:04:36Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
4d51c84
Parents:
e199620
Message:

cygwin: add -no-undefined on our side to fix issues with mac OS

So cygwin requires -no-undefined and it was supposed to be harmless on
platforms other than windows, but mac OS doesn't like it.

Instead of adding platform checks to every plugin, i'm going to revert
the changes that added -no-undefined to them, and just do what I should
have done since the beginning: use the cygwin-specific parts of the
pkg-config file to add -no-undefined right next to -lbitlbee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re199620 rb9c10a1  
    806806case "$arch" in
    807807CYGWIN* )
    808         pkgconfiglibs='-L${libdir} -lbitlbee'
     808        pkgconfiglibs='-L${libdir} -lbitlbee -no-undefined'
    809809esac
    810810
Note: See TracChangeset for help on using the changeset viewer.