annotate libpurple/purple.pc.in @ 25375:fc8fd4fef166

Fix a crash on exit with a patch from im.pidgin.next.minor. applied changes from bab46e2dd9ebff11705234f606d600c9c78011bb through a515a270e1782f14b92ccfef56e731de38407ac6 aa60091ae5c724a0c287dff08ae64eead7163d67: Uninitialize the certificate API before unloading the SSL plugin. This prevents a crash at shutdown that I assume started happening when we re-arranged the uninit stuff. See the comment for more details. This change should probably be made in im.pidgin.pidgin. a515a270e1782f14b92ccfef56e731de38407ac6: Simplify, hoo-boy. Also don't unregister the schemes in purple_certificate_uninit(). The schemes should be unregistered by whoever registered them in the first place (the ssl plugins)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 27 Jan 2009 04:36:30 +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