Parent Directory
|
Revision Log
|
Revision Graph
Initial checkin.
#!/bin/bash #-------------------------------------------------------------------------------- #$Header: /hl/cvsroots/e3ft_gpl01/e3ft_gpl01/nixprojs/cron/2006/php_rsa_auth_20061228/build_all,v 1.1 2006/12/28 21:56:47 dashley Exp $ #-------------------------------------------------------------------------------- #To avoid complexity, I hacked up the RSA software and just compiled and linked #against the library provided. There are so many missing steps ... and so much #time has elapsed ... I'll fill in the details if I have to do it again. #-------------------------------------------------------------------------------- gcc -DLINUX -DUNIX -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506 -D_REENTRANT -l aceclnt -l pthread -o rsa_securid_auth rsa_securid_auth.c #-------------------------------------------------------------------------------- #$Log: build_all,v $ #Revision 1.1 2006/12/28 21:56:47 dashley #Initial checkin. # #End of file.
| David T. Ashley | ViewVC Help |
| Powered by ViewVC 1.0.5 |