cvs commit: src/share/mk bsd.libnames.mk

Ruslan Ermilov ru at FreeBSD.org
Tue Feb 3 01:37:13 PST 2004


ru          2004/02/03 01:37:12 PST

  FreeBSD src repository

  Modified files:
    share/mk             bsd.libnames.mk 
  Log:
  Fixed MINUSLPAM:
  
  - Added missing NOCRYPT and NO_OPENSSL checks for Kerberos.
  
  - Don't depend on -lcrypto and -lcrypt in pam_ssh to resolve
    dependencies in pam_krb5 and pam_ksu -- the former may not
    be compiled at all if NO_OPENSSH knob is enabled.
  
  - Added missing -lcrypt to pam_ssh dependencies.
  
  - Moved librpcsvc after libypclnt.
  
  (The last two aren't strictly speaking necessary to resolve
  the dependencies of static versions of pam_ssh and pam_unix,
  respectively, but they correspond to dynamic dependencies
  of libssh and libypclnt, and are put here for consistency.)
  
  In collaboration with: bde
  Reviewed by:    des
  
  Revision  Changes    Path
  1.80      +12 -13    src/share/mk/bsd.libnames.mk


More information about the cvs-all mailing list