|
Subject: thinkfinger driver working on Dell D420 too Newsgroups: gmane.linux.drivers.thinkfinger Date: 2007-01-24 21:01:22 GMT (1 year, 32 weeks, 3 days, 15 hours and 32 minutes ago) Just to say that i've downloaded the latest version of thinkfinger for testing it on my Dell Latitute D420 and it works. Greets to all the people that have written this driver. I'll modify some apps to make them work with fingers and similar human extensions ;) About the source. I had to modify one file to build the lib on Gentoo GNU/Linux. This is the patch: ------------------------------ diff -ru thinkfinger-0.2/pam/pam_thinkfinger.c thinkfinger-0.2.pancake/pam/pam_thinkfinger.c --- thinkfinger-0.2/pam/pam_thinkfinger.c 2007-01-12 11:35:49.000000000 +0000 +++ thinkfinger-0.2.pancake/pam/pam_thinkfinger.c 2007-01-24 20:51:08.000000000 +0000 @@ -30,7 +30,7 @@ #include <unistd.h> #include <pthread.h> #include <libthinkfinger.h> -#include <security/pam_ext.h> +//#include <security/pam_ext.h> #include <security/pam_modules.h> #define PAM_SM_AUTH ------------------------------- That is. pam_ext.h is not checked by configure and is not used by the pam_thinkfinger program. So it could be removed. --pancake ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV |
|
|