From owner-cvs-all Fri Feb 25 1:17:27 2000 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 E6A7237BEBF; Fri, 25 Feb 2000 01:17:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id BAA51364; Fri, 25 Feb 2000 01:17:23 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 25 Feb 2000 01:17:23 -0800 (PST) From: Kris Kennaway To: "Jordan K. Hubbard" Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: <93549.951469753@zippy.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 25 Feb 2000, Jordan K. Hubbard wrote: > > I originally had librsaglue in libcrypto, but it broke a lot of ports > > which expected to link with it. Now that libdes has been folded into > > libcrypto, we've broken the other case (everything *has* to link with > > librsaglue). > > I'm not sure I understand. Before there was libcrypto, libdes and > libRSAglue. Before before there was libcrypto and libdes. This broke a lot of ports which were expecting to link against librsaglue explicitly. Then there was libcrypto, libdes and librsaglue. This worked :) Then there was libcrypto and librsaglue. This broke things which used to link only against libdes since now (for US people) they require librsaglue also. Then there was libcrypto. This broke a lot of ports again :-) Adding another symlink will probably work, if nothing gets confused by linking against the same library twice under different names. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message