FreeBSD Bugzilla – Attachment 82381 Details for
Bug 117849
[PATCH] devel/distcc: Fix segfault due to pthread linking
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
distcc-gnome-2.18.3_8.patch
distcc-gnome-2.18.3_8.patch (text/plain), 909 bytes, created by
Robert Noland
on 2007-11-05 18:40:00 UTC
(
hide
)
Description:
distcc-gnome-2.18.3_8.patch
Filename:
MIME Type:
Creator:
Robert Noland
Created:
2007-11-05 18:40:00 UTC
Size:
909 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/distcc/Makefile,v >retrieving revision 1.54 >diff -u -r1.54 Makefile >--- Makefile 24 Oct 2007 23:35:04 -0000 1.54 >+++ Makefile 5 Nov 2007 18:11:32 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= distcc > PORTVERSION= 2.18.3 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= devel > MASTER_SITES= http://distcc.samba.org/ftp/distcc/ > PATCH_SITES= http://0pointer.de/public/ >@@ -24,7 +24,8 @@ > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > CONFIGURE_ARGS= --enable-rfc2553 > WANT_GNOME= yes >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" >+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ >+ PTHREAD_LIBS="${PTHREAD_LIBS}" > DISTCCD_PIDFILE=/var/run/distccd.pid > USE_RC_SUBR= distccd.sh > SUB_LIST= DISTCCD_PIDFILE=${DISTCCD_PIDFILE}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 117849
: 82381