From owner-freebsd-stable@FreeBSD.ORG Fri May 12 20:00:47 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACC016B9C6 for ; Fri, 12 May 2006 20:00:47 +0000 (UTC) (envelope-from bfoz@bfoz.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE90543D4C for ; Fri, 12 May 2006 20:00:46 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-24-6-134-233.hsd1.ca.comcast.net[24.6.134.233]) by comcast.net (sccrmhc12) with ESMTP id <20060512200045012006atcue>; Fri, 12 May 2006 20:00:46 +0000 Message-ID: <4464E96C.7010806@bfoz.net> Date: Fri, 12 May 2006 13:00:44 -0700 From: Brandon Fosdick User-Agent: Thunderbird 1.5.0.2 (X11/20060507) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: builtin openssl and debugging? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 20:00:47 -0000 How do I rebuild the builtin openssl with debugging symbols? I thought I could simply edit /usr/src/crypto/openssl/Makefile and then run make from the same directory, but that doesn't seem to work. Is there some way to do this w/o rebuilding world? Using the port isn't an option since I need to test against the version in the src tree. Thanks