pancake
2007-01-24 21:01:22 UTC
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
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