Mercurial > pidgin
changeset 22567:9c83bea8ffd8
per daniel, this is the correct fix to cross compiling with gcc 4.x
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Thu, 27 Mar 2008 00:48:54 +0000 |
parents | 8f4b3064390f |
children | c65c96e231b5 |
files | libpurple/protocols/jabber/Makefile.mingw |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 \