8754909e19
Includes fix for correct use of -lmd to find MD5 functions (see: http://sourceforge.net/tracker/index.php?func=detail&aid=1485390&group_id=5741&atid=105741) Note: Used autoconf 2.61 to prevent problems with the upcoming sweep PR: ports/113882 Submitted by: Angelo Turetta <aturetta@bestunion.it> Approved by: maintainer timeout
13 lines
579 B
Text
13 lines
579 B
Text
*****************************************************************************
|
|
|
|
Read files in %%DOCSDIR%% for info on how to set up.
|
|
|
|
The PAM subsystem only looks for modules in /usr/lib: to use any pam module
|
|
from the ports, either specify the full pathname in your pam.d config file
|
|
(eg: %%PREFIX%%/lib/pam_mysql.so instead of pam_mysql.so) or copy/symlink
|
|
%%PREFIX%%/lib/pam_mysql.so to /usr/lib/pam_mysql.so to be able to use it.
|
|
|
|
Example:
|
|
ln -sf %%PREFIX%%/lib/pam_mysql.so /usr/lib/pam_mysql.so
|
|
|
|
*****************************************************************************
|