ports/62544: devel/chipcardd missing pthreads (patch included)

Frank Altpeter frank at altpeter.de
Sun Feb 8 16:30:20 UTC 2004


>Number:         62544
>Category:       ports
>Synopsis:       devel/chipcardd missing pthreads (patch included)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 08:30:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank Altpeter
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD pegasus 4.9-STABLE FreeBSD 4.9-STABLE #15: Thu Feb 5 18:42:54 CET 2004 root at pegasus:/usr/obj/usr/src/sys/kernconf.pegasus i386


	
>Description:
	Port does build but chipcardd fails to start because
	PTHREAD_LIBS not defined but chipcardd needs pthread according
	to pthread of pcsc-lite.

>How-To-Repeat:
	
>Fix:

Patch included:
---------------------- cut here ------------------------------------	
diff -ruN libchipcard.orig/Makefile libchipcard/Makefile
--- libchipcard.orig/Makefile	Wed Feb  4 13:42:49 2004
+++ libchipcard/Makefile	Sun Feb  8 17:18:50 2004
@@ -22,6 +22,7 @@
 GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_TARGET=
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
 		--with-distri=freebsd

---------------------- cut here ------------------------------------	
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list