mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
5d97ea2986
It is not generally permissible to dlopen() libpthread into a program that is not already linked with threading support. The most common case of this happening is when GIO opens Gvfs (which includes DBus, which links against libpthread). Since gmodule is the way that most users cause this problem for themselves and since the easiest workaround is to link the program with -pthread, the best fix for the issue is to add -pthread to the gmodule pkg-config.
9 lines
351 B
PkgConfig
9 lines
351 B
PkgConfig
gmodule_supported=@G_MODULE_SUPPORTED@
|
|
|
|
Name: GModule Uninstalled
|
|
Description: Dynamic module loader for GLib, Not Installed
|
|
Requires: glib-2.0-uninstalled
|
|
Version: @VERSION@
|
|
Libs: @G_MODULE_LDFLAGS@ ${pc_top_builddir}/${pcfiledir}/gmodule/libgmodule-2.0.la @G_THREAD_LIBS@
|
|
Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@/gmodule @G_THREAD_CFLAGS@
|