Date: Fri, 28 Dec 2001 14:49:31 GMT From: Olafur Osvaldsson <oli@isnic.is> To: FreeBSD-gnats-submit@freebsd.org Cc: dirk@freebsd.org Subject: ports/33280: mysql323 option added to configure a thread-safe client Message-ID: <200112281449.fBSEnVv29768@horus.isnic.is>
next in thread | raw e-mail | index | archive | help
>Number: 33280 >Category: ports >Synopsis: mysql323 option added to configure a thread-safe client >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 28 06:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Olafur Osvaldsson >Release: FreeBSD 4.4-STABLE i386 >Organization: Internet a Islandi hf. >Environment: System: FreeBSD horus.isnic.is 4.4-STABLE FreeBSD 4.4-STABLE #4: Mon Dec 17 11:55:53 GMT 2001 root@horus.isnic.is:/usr/obj/usr/src/sys/VA1220 i386 >Description: The thread-safe-client option needed on some occations so it would be nice to have it in the Makefile >How-To-Repeat: >Fix: --- Makefile.orig Fri Dec 28 14:43:35 2001 +++ Makefile Fri Dec 28 14:37:31 2001 @@ -54,6 +54,9 @@ CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads .endif +.if defined(THREAD_SAFE_CLIENT) +CONFIGURE_ARGS+=--enable-thread-safe-client +.endif CONFIGURE_ENV+= PERL=${PERL} \ PERL5=${PERL} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112281449.fBSEnVv29768>