pkgsrc-Bugs archive

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

Re: pkg/28464: gpgme won't build



Are you committing it or shall I?

On Monday 29 November 2004 09:10 am, Juan RP wrote:
> 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")

-- 
John R. Shannon, CISSP
Sr. Software Scientist
Science Applications International Corporation
john.r.shannon%saic.com@localhost
john%johnrshannon.com@localhost

Attachment: pgpdlFbyeK89W.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index