From owner-cvs-libexec Fri Mar 17 22:50:02 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18903 for cvs-libexec-outgoing; Fri, 17 Mar 1995 22:50:02 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA18893; Fri, 17 Mar 1995 22:50:01 -0800 Date: Fri, 17 Mar 1995 22:50:01 -0800 From: Nate Williams Message-Id: <199503180650.WAA18893@freefall.cdrom.com> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/rexecd Makefile Sender: cvs-libexec-owner@freebsd.org Precedence: bulk nate 95/03/17 22:50:01 Modified: libexec/rexecd Makefile Log: Don't rely on the shared library bringing in libmd, do it explicitly. Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.