annotate libpurple/purple.pc.in @ 21922:d7f1231cc21a

The DIGEST-MD5 implementation of CYRUS-SASL is incompatible with the implementation in Java. The result is that we failed to authenticate to Java-based servers such as OpenFire when DIGEST-MD5 was enabled. This appears to be the result of a bug in the Java SASL library. While we -could- wait for a fix within that library and tell our users that server admins need to upgrade to get the fix, a client-side workaround is very easily accessible to us. Our own implementation (used when compiled with SASL support) works fine. We therefore will make use of it when SASL chooses DIGEST-MD5 as the best auth mechanism. Fixes #2095. Fixes #2186. Also fixes http://trac.adiumx.com/ticket/8135.
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 22 Dec 2007 16:59:52 +0000
parents 389a51db740f
children 1d969bd224f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15615
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
1 prefix=@prefix@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
3 libdir=@libdir@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
4 includedir=@includedir@
21455
389a51db740f The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents: 21323
diff changeset
5 datarootdir=@datarootdir@
15615
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
6 datadir=@datadir@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
7 sysconfdir=@sysconfdir@
21323
eb53ce4852a6 fix a bunch of these warnings from running configure:
Stu Tomlinson <stu@nosnilmot.com>
parents: 16583
diff changeset
8
15615
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
9 Name: libpurple
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
10 Description: libpurple is a GLib-based instant messenger library.
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
11 Version: @VERSION@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
12 Requires: glib-2.0
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
13 Cflags: -I${includedir}/libpurple
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
14 Libs: -L${libdir} -lpurple