pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/28464: gpgme won't build



On Mon, 29 Nov 2004 15:27:00 +0000 (UTC)
smb%research.att.com@localhost wrote:

> >Description:
>       security/gpgme won't build, which prevents kde3 from building.
>       The problem is some thread-related calls in the autoconfig
>       secript; here are the relevant lines from config.log:

[...]

The configure script of librfuncs should add compiler/linker flags to build
it against libpthread, otherwise enabling PTHREAD_AUTO_VARS is the
way to go:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/librfuncs/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile    16 Nov 2004 21:39:32 -0000      1.8
+++ Makefile    29 Nov 2004 15:51:59 -0000
@@ -16,6 +16,7 @@
 USE_LIBTOOL=           yes
 
 TEST_TARGET=           check
+PTHREAD_AUTO_VARS=     yes
 
 .include "../../mk/pthread.buildlink3.mk"
 .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")

Attachment: pgpn536TeKbF7.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index