Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 22:09:53 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103286 for review
Message-ID:  <200608052209.k75M9rWP055403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103286

Change 103286 by jb@jb_freebsd2 on 2006/08/05 22:08:52

	Back out a change that isn't required.

Affected files ...

.. //depot/projects/dtrace/src/contrib/wpa_supplicant/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/wpa_supplicant/Makefile#4 (text+ko) ====

@@ -281,7 +281,8 @@
 # PC/SC interface for smartcards (USIM, GSM SIM)
 CFLAGS += -DPCSC_FUNCS -I/usr/include/PCSC
 OBJS += pcsc_funcs.o
-LIBS += -lpcsclite
+# -lpthread may not be needed depending on how pcsc-lite was configured
+LIBS += -lpcsclite -lpthread
 endif
 
 ifndef CONFIG_TLS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608052209.k75M9rWP055403>