/pidgin/main: 3b55f180e38d: Update Cyrus SASL to 2.1.25 in the w...
Daniel Atallah
datallah at pidgin.im
Tue Aug 28 00:25:17 EDT 2012
Changeset: 3b55f180e38d9dfad1923c706bfbde77e68c5dce
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2012-08-28 05:24 +0100
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/3b55f180e38d
Description:
Update Cyrus SASL to 2.1.25 in the win32 build. Refs #15286
diffstat:
libpurple/protocols/jabber/Makefile.mingw | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/protocols/jabber/Makefile.mingw b/libpurple/protocols/jabber/Makefile.mingw
--- a/libpurple/protocols/jabber/Makefile.mingw
+++ b/libpurple/protocols/jabber/Makefile.mingw
@@ -105,7 +105,7 @@ LIBS = \
-lpurple
ifeq ($(CYRUS_SASL), 1)
-CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.22-daa1
+CYRUS_SASL_TOP := $(WIN32_DEV_TOP)/cyrus-sasl-2.1.25
INCLUDE_PATHS += -I$(CYRUS_SASL_TOP)/include
LIB_PATHS += -L$(CYRUS_SASL_TOP)/bin
LIBS += -llibsasl
More information about the Commits
mailing list