Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2004 01:37:12 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.libnames.mk
Message-ID:  <200402030937.i139bCcJ054520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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