PERFORCE change 103286 for review

John Birrell jb at FreeBSD.org
Sat Aug 5 22:09:57 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103286

Change 103286 by jb at 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


More information about the p4-projects mailing list