SPECS: pam-pam_smartcard.spec - added -I/usr/include/PCSC to cflag...

darekr darekr at pld-linux.org
Fri Feb 1 02:58:53 CET 2008


Author: darekr                       Date: Fri Feb  1 01:58:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -I/usr/include/PCSC to cflags, still doesn't build:
- 'SCARD_SCOPE_GLOBAL' undeclared (first use in this function) 
- in pcsclite.h (from pcsc-lite-devel) there isn't SCARD_SCOPE_GLOBAL

---- Files affected:
SPECS:
   pam-pam_smartcard.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_smartcard.spec
diff -u SPECS/pam-pam_smartcard.spec:1.6 SPECS/pam-pam_smartcard.spec:1.7
--- SPECS/pam-pam_smartcard.spec:1.6	Tue Feb 13 08:16:51 2007
+++ SPECS/pam-pam_smartcard.spec	Fri Feb  1 02:58:48 2008
@@ -41,7 +41,7 @@
 %build
 %{__make} %{?with_cyberflex:cyberflex}%{!?with_cyberflex:cryptoflex} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags} -fpic -Wall"
+	CFLAGS="%{rpmcflags} -fpic -Wall -I/usr/include/PCSC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,7 +65,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.6  2007-02-13 07:16:51  glen
+Revision 1.7  2008-02-01 01:58:48  darekr
+- added -I/usr/include/PCSC to cflags, still doesn't build:
+- 'SCARD_SCOPE_GLOBAL' undeclared (first use in this function)
+- in pcsclite.h (from pcsc-lite-devel) there isn't SCARD_SCOPE_GLOBAL
+
+Revision 1.6  2007/02/13 07:16:51  glen
 - tabs in preamble
 
 Revision 1.5  2007/02/12 00:49:18  baggins
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_smartcard.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list