Date: Sun, 8 Feb 2004 17:23:52 +0100 (CET) From: Frank Altpeter <frank@altpeter.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62544: devel/chipcardd missing pthreads (patch included) Message-ID: <200402081623.i18GNqma024689@pegasus.dyndns.info> Resent-Message-ID: <200402081630.i18GUJcu036277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402081623.i18GNqma024689>