From owner-svn-src-head@FreeBSD.ORG Sat Aug 21 17:53:44 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B4D81065679; Sat, 21 Aug 2010 17:53:44 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3310B8FC18; Sat, 21 Aug 2010 17:53:43 +0000 (UTC) Received: from d.earth.lavabit.com (d.earth.lavabit.com [192.168.111.13]) by karen.lavabit.com (Postfix) with ESMTP id 8C3B211BAC2; Sat, 21 Aug 2010 12:53:43 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id 2PM5DBDJRKMZ; Sat, 21 Aug 2010 12:53:43 -0500 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <86mxsfuatq.fsf@gmail.com> Date: Sat, 21 Aug 2010 18:53:33 +0100 Content-Transfer-Encoding: 7bit Message-Id: <6AC9F4D1-64C7-4432-BE0D-73AE20D506DF@FreeBSD.org> References: <201008211729.o7LHTxjY076184__28575.1806608916$1282411832$gmane$org@svn.freebsd.org> <86mxsfuatq.fsf@gmail.com> To: Anonymous X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211577 - in head: . cddl/lib/drti lib/libelf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2010 17:53:44 -0000 On 21 Aug 2010, at 18:36, Anonymous wrote: > Rui Paulo writes: > >> Author: rpaulo >> Date: Sat Aug 21 17:29:59 2010 >> New Revision: 211577 >> URL: http://svn.freebsd.org/changeset/base/211577 >> >> Log: >> Don't link drti.o with libelf_pic.a. This means that all software with >> userland SDT probes must be linked with libelf explicitly. >> >> Requested by: kib >> Sponsored by: The FreeBSD Foundation >> >> Modified: >> head/Makefile.inc1 >> head/cddl/lib/drti/Makefile >> head/lib/libelf/Makefile >> > > I think there was one more file. Thanks, fixed. Regards, -- Rui Paulo