From owner-cvs-all Wed Aug 29 1:50:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E3F37B406; Wed, 29 Aug 2001 01:50:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7T8okE58037; Wed, 29 Aug 2001 01:50:46 -0700 (PDT) (envelope-from bde) Message-Id: <200108290850.f7T8okE58037@freefall.freebsd.org> From: Bruce Evans Date: Wed, 29 Aug 2001 01:50:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/08/29 01:50:46 PDT Modified files: share/mk bsd.libnames.mk Log: Fixed world breakage in ftpd, rshd, login, su, telnetd and telnet. LIBPAM and MINUSLPAM must be kept in sync with the libraries linked to by libpam to support static linkage. Moved libmd to the end of LIBPAM and MINUSLPAM. It was before libopie, but libopie references it, so static linkage only worked accidentally. Revision Changes Path 1.47 +4 -4 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message