- link gnome-keyring-ask to -pthread as under some circumstances it will

need to dlopen libgthread
This commit is contained in:
ajacoutot 2009-02-10 18:06:28 +00:00
parent c39863fa89
commit 060e0757e2
2 changed files with 19 additions and 2 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2009/01/29 18:15:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2009/02/10 18:06:28 ajacoutot Exp $
COMMENT= password agent for the GNOME project
GNOME_PROJECT= gnome-keyring
GNOME_VERSION= 2.24.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += gp11 0.0 # .0.0
SHARED_LIBS += gnome-keyring 4.0 # .1.1

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-daemon_ui_Makefile_in,v 1.1 2009/02/10 18:06:28 ajacoutot Exp $
gnome-keyring-ask will eventually need to dlopen(3) libgthread which
needs libpthread.
--- daemon/ui/Makefile.in.orig Tue Feb 10 18:56:10 2009
+++ daemon/ui/Makefile.in Tue Feb 10 18:56:20 2009
@@ -287,7 +287,7 @@ gnome_keyring_ask_SOURCES = \
gnome_keyring_ask_LDADD = \
$(top_builddir)/common/libgkr-module-common.la \
- $(GTK_LIBS)
+ $(GTK_LIBS) -pthread
noinst_LTLIBRARIES = libgkr-ui.la
BUILT_SOURCES = \