Searched hist:42916 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/share/mk/
H A Dbsd.libnames.mkdiff 42916 Wed Jan 20 19:48:56 MST 1999 jdp Change the definition of LIBPAM to support the static PAM library.
When linking statically, LIBPAM is augmented with the extra libraries
that the PAM modules require. The idea is to centralize this
information rather than scattering it about in the Makefiles of
all the applications that use (OK, will use) PAM.

There is a new variable MINUSLPAM that should be used instead of
"-lpam". In the static case, it gets -l flags for the extra required
libraries.

This approach was suggested by <bde>, but he didn't actually review
my changes.

Completed in 110 milliseconds