Changeset 24143 for trunk/Utilities/dep-build-scripts/purple_make.sh
- Timestamp:
- 07/01/2008 12:25:03 PM (6 months ago)
- Files:
-
- trunk/Utilities/dep-build-scripts/purple_make.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Utilities/dep-build-scripts/purple_make.sh
r24129 r24143 38 38 # avoiding unnecessary blist.xml writes, since we don't ever use the information (we keep track of it ourselves). 39 39 # libpurple_jabber_fallback_to_auth_old_after_gssapi_only_fails.diff fixes iChat 10.5 Server compatibility by falling back on iq:jabber:auth if GSSAPI fails and is the only available mechanism. It should be applied after libpurple_jabber_avoid_sasl_option_hack.diff 40 # libpurple_jabber_use_builtin_digestmd5.diff uses our built-in digest-MD5 implementation for Jabber auth to prevent problems with some servers' poor interaction with cyrus-sasl. Note that this means we can connect to some servers iChat can't ;) 40 41 LIBPURPLE_PATCHES=("$PATCHDIR/libpurple_makefile_linkage_hacks.diff" \ 41 42 "$PATCHDIR/libpurple_disable_last_seen_tracking.diff" \ … … 46 47 "$PATCHDIR/libpurple_zephyr_fix_krb4_flags.diff" \ 47 48 "$PATCHDIR/libpurple_static_for_msn_pecan.diff" \ 49 "$PATCHDIR/libpurple_jabber_use_builtin_digestmd5.diff" \ 48 50 "$PATCHDIR/msn-pecan-temp-changes.diff" \ 49 51 "$PATCHDIR/libpurple_jabber_fallback_to_auth_old_after_gssapi_only_fails.diff")