pidgin: cb4f5b0d: per daniel, this is the correct fix to c...
grim at pidgin.im
grim at pidgin.im
Wed Mar 26 20:50:43 EDT 2008
-----------------------------------------------------------------
Revision: cb4f5b0d3912d93defd2b82b203e27338be4bc6e
Ancestor: d88b02360f07e685ca95acf02fd68df03d6348d7
Author: grim at pidgin.im
Date: 2008-03-27T00:48:54
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/cb4f5b0d3912d93defd2b82b203e27338be4bc6e
Modified files:
libpurple/protocols/jabber/Makefile.mingw
ChangeLog:
per daniel, this is the correct fix to cross compiling with gcc 4.x
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/Makefile.mingw f66246962c36d297234bae165634d0e74d011ca2
+++ libpurple/protocols/jabber/Makefile.mingw f0ba792560dee01a48fc6252c5fb4b1fd8e71689
@@ -85,7 +85,7 @@ INCLUDE_PATHS += -I$(CYRUS_SASL_TOP)/inc
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 \
More information about the Commits
mailing list