Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 1999 13:48:57 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.libnames.mk
Message-ID:  <199901202148.NAA27029@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1999/01/20 13:48:56 PST

  Modified files:
    share/mk             bsd.libnames.mk 
  Log:
  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.
  
  Revision  Changes    Path
  1.20      +14 -1     src/share/mk/bsd.libnames.mk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901202148.NAA27029>