# HG changeset patch # User Gary Kramlich # Date 1206578934 0 # Node ID 9c83bea8ffd8f90834eb5d6bc590c772bea1a961 # Parent 8f4b3064390fd74ca8b9807499d2b7e3c38ab92f per daniel, this is the correct fix to cross compiling with gcc 4.x diff -r 8f4b3064390f -r 9c83bea8ffd8 libpurple/protocols/jabber/Makefile.mingw --- a/libpurple/protocols/jabber/Makefile.mingw Wed Mar 26 18:31:44 2008 +0000 +++ b/libpurple/protocols/jabber/Makefile.mingw Thu Mar 27 00:48:54 2008 +0000 @@ -85,7 +85,7 @@ ifeq ($(CYRUS_SASL), 1) CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.22-daa1 INCLUDE_PATHS += -I$(CYRUS_SASL_TOP)/include -LIB_PATHS += -L$(CYRUS_SASL_TOP)/lib +LIB_PATHS += -L$(CYRUS_SASL_TOP)/bin LIBS += -llibsasl CYRUS_SASL_DLLS = \ $(CYRUS_SASL_TOP)/bin/comerr32.dll \