From owner-freebsd-current@FreeBSD.ORG Fri Sep 29 08:27:16 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5017316A416 for ; Fri, 29 Sep 2006 08:27:16 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id F155843D53 for ; Fri, 29 Sep 2006 08:27:13 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id C5C295D84 for ; Fri, 29 Sep 2006 12:27:12 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id A5F1D5D07 for ; Fri, 29 Sep 2006 12:27:12 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k8T8RDhF086902 for freebsd-current@FreeBSD.org; Fri, 29 Sep 2006 12:27:13 +0400 (MSD) (envelope-from ru) Date: Fri, 29 Sep 2006 12:27:13 +0400 From: Ruslan Ermilov To: freebsd-current@FreeBSD.org Message-ID: <20060929082713.GD86237@rambler-co.ru> References: <20060928231816.GI80527@funkthat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eheScQNz3K90DVRs" Content-Disposition: inline In-Reply-To: <20060928231816.GI80527@funkthat.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: better way to build libraries.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 08:27:16 -0000 --eheScQNz3K90DVRs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Sep 28, 2006 at 04:18:16PM -0700, John-Mark Gurney wrote: > With the recent libcrypto upgrade, I found out that we can't build > libraries (that have special headers) w/o doing a buildworld... This > isn't very good as the latest SA requires people to do a buildworld > to get the new library.. With a bit of advice from Kris Kennaway, > I came up w/ the following patch: >=20 Don't ever think about committing this! ;-) Try this instead (with unpatched sources): cd /usr/src/secure/lib/libcrypto make obj make includes make depend make all make install Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --eheScQNz3K90DVRs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFHNjhqRfpzJluFF4RAv9ZAJ9dEuxW/R6W00KCaJYA0UpraTRAEACcDCvP ltMbQ18LYUxEx0VvS4g8xOc= =cZF0 -----END PGP SIGNATURE----- --eheScQNz3K90DVRs--