ons 2006-06-07 klockan 12:25 -0300 skrev Giancarlo Razzolini: > First i want to sorry for the late, I've been terrible busy.
No problem. > Secondly, > i must say I'm not an expert with the GNU Build system. As i said > before, I'm with the alterations to the source ready, I've also tested > it, compiling the getpwnam_auth.c file directly, on Linux, OpenBSD and > FreeBSD. But couldn't make the bootstrap.sh to work. You need to have the correct versions of automake & autoconf installed, then it should work.. > I altered the > configure.in to check for the shadow.h. I made a patch that changes the > configure.in and getpwnam_auth.c files, but not the whole tree, after a > bootstrap.sh. So i want to ask you, if i can send the patch as it is > know, or you want me to retry the bootstrap.sh thing, and send then a > patch of the whole tree? Actually we prefer patches to just the original source files, not the bootstrap.sh generated stuff. So just send it as-is to [email protected] and we will look at integrating your changes. > There is also another problem that could arise, that is, if you include > the shadow.h, is some systems you need to link your program with the > libcrypt (-lcrypt). As i saw, the configure.in was already checking for > it, so i didn't messed with it. But need to know if i must change the > Makefile of the getpwnam directory, to reflect this change. libcrypt is needed for crypt() on many OS:es. Not exacly shadow related.. so it's always needed by the getpwnam helper. Regards Henrik
signature.asc
Description: Detta är en digitalt signerad meddelandedel
