Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-3
Revision 1.206.2.1 / (download) - annotate - [select for diffs], Mon Apr 17 23:11:11 2006 UTC (7 years, 1 month ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Changes since 1.206: +16 -3
lines
Diff to previous 1.206 (colored) next main 1.207 (colored)
Apply patch (requested by tsutsui in ticket #1256): Make PAM work on NetBSD ports without shared library support. This fixes PR lib/32421.
Revision 1.206 / (download) - annotate - [select for diffs], Fri Mar 4 20:41:08 2005 UTC (8 years, 2 months ago) by he
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1
Branch point for: netbsd-3-0,
netbsd-3
Changes since 1.205: +10 -1
lines
Diff to previous 1.205 (colored)
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling with MKPIC=no, possibly because the target does not support shared libraries, these include libraries required to resolve all symbols which end up referenced from PAM-using applications. The libraries presently required are -lcrypt, -lrpcsvc and -lutil. Add use of these variables which are currently set up to use PAM, so that they compile when MKPIC=no. Also, in the telnetd case, reorder the order of the libraries, so that libtelnet.a comes before -ltermcap and -lutil, again to fix link error when MKPIC=no. Discussed with thorpej and christos.