From owner-cvs-all Sat Dec 18 5:55:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5939114D68; Sat, 18 Dec 1999 05:55:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57489; Sat, 18 Dec 1999 05:55:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912181355.FAA57489@freefall.freebsd.org> From: Peter Wemm Date: Sat, 18 Dec 1999 05:55:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/suidperl Makefile src/gnu/usr.bin/perl/x2p/a2pl Makefile src/libexec/makekey Makefile src/libexec/uucpd Makefile src/usr.bin/chpass Makefile src/usr.bin/lock Makefile src/usr.bin/login Makefile src/usr.bin/passwd Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/18 05:55:19 PST Modified files: gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/x2p/a2pl Makefile libexec/makekey Makefile libexec/uucpd Makefile usr.bin/chpass Makefile usr.bin/lock Makefile usr.bin/login Makefile usr.bin/passwd Makefile usr.bin/rlogin Makefile usr.bin/rsh Makefile usr.bin/su Makefile usr.sbin/pw Makefile usr.sbin/rpc.yppasswdd Makefile Log: Revert the libcrypt/libmd stuff back to how it was. This should not have happened as it was working around problems elsewhere (ie: binutils/ld not doing the right thing according to the ELF design). libcrypt has been adjusted to not need the runtime -lmd. It's still not quite right (ld is supposed to work damnit) but at least it doesn't impact all the users of libcrypt in Marcel's cross-build model. Revision Changes Path 1.12 +3 -4 src/gnu/usr.bin/perl/suidperl/Makefile 1.11 +2 -2 src/gnu/usr.bin/perl/x2p/a2pl/Makefile 1.11 +3 -3 src/libexec/makekey/Makefile 1.11 +3 -3 src/libexec/uucpd/Makefile 1.20 +3 -3 src/usr.bin/chpass/Makefile 1.6 +3 -3 src/usr.bin/lock/Makefile 1.31 +3 -3 src/usr.bin/login/Makefile 1.38 +7 -8 src/usr.bin/passwd/Makefile 1.19 +3 -3 src/usr.bin/rlogin/Makefile 1.15 +3 -3 src/usr.bin/rsh/Makefile 1.28 +3 -3 src/usr.bin/su/Makefile 1.10 +3 -3 src/usr.sbin/pw/Makefile 1.13 +3 -3 src/usr.sbin/rpc.yppasswdd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message