From b9c10a1afa791d531c70df88874d07f34b26eb90 Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 29 May 2017 02:04:36 -0300 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 087f274c..7cb15440 100755 --- a/configure +++ b/configure @@ -805,7 +805,7 @@ fi pkgconfiglibs='' case "$arch" in CYGWIN* ) - pkgconfiglibs='-L${libdir} -lbitlbee' + pkgconfiglibs='-L${libdir} -lbitlbee -no-undefined' esac cat <bitlbee.pc -- cgit v1.2.3