From 3394edce3f757e329310e0161a9972f36d9f4bff Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 29 May 2017 02:08:21 -0300 Subject: Revert "Makefile.am: add -no-undefined for cygwin" This reverts commit 310de485e9597df35e94cd4020f8b23121cb3904. Turns out it wasn't harmless, and it breaks mac OS. Instead of adding platform checks here, this flag is now included in the cygwin-specific parts of the bitlbee pkg-config file, as of bitlbee commit b9c10a1a (version string 3.5.1+20170529+develop+18-gb9c10a1a-git) --- facebook/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facebook/Makefile.am b/facebook/Makefile.am index 08254e2..779abbe 100644 --- a/facebook/Makefile.am +++ b/facebook/Makefile.am @@ -33,7 +33,7 @@ facebook_la_SOURCES = \ facebook-util.h # Build the library as a module -facebook_la_LDFLAGS += -module -avoid-version -no-undefined +facebook_la_LDFLAGS += -module -avoid-version EXTRA_DIST = \ marshaller.list -- cgit v1.2.3