From a6444d216c0ec4c9038b7b74b00c93ebbb99a2f4 Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 29 May 2017 02:12:51 -0300 Subject: [PATCH] Revert "Makefile.am: add -no-undefined for cygwin" This reverts commit f49e0e5222184cfd7f5452a7ea82d3b2c425b8fc. 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) --- steam/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/Makefile.am b/steam/Makefile.am index cc35bbe..4837948 100644 --- a/steam/Makefile.am +++ b/steam/Makefile.am @@ -30,4 +30,4 @@ steam_la_SOURCES = \ steam-util.h # Build the library as a module -steam_la_LDFLAGS += -module -avoid-version -no-undefined +steam_la_LDFLAGS += -module -avoid-version