From owner-svn-src-head@FreeBSD.ORG Mon Oct 12 17:45:28 2009 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 BD16C1065670; Mon, 12 Oct 2009 17:45:28 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 304C18FC17; Mon, 12 Oct 2009 17:45:27 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAIMH00qDaFvH/2dsb2JhbADXFYQtBA X-IronPort-AV: E=Sophos;i="4.44,547,1249272000"; d="scan'208";a="51344971" Received: from danube.cs.uoguelph.ca ([131.104.91.199]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 12 Oct 2009 13:45:26 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by danube.cs.uoguelph.ca (Postfix) with ESMTP id 5D6071084124; Mon, 12 Oct 2009 13:45:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at danube.cs.uoguelph.ca Received: from danube.cs.uoguelph.ca ([127.0.0.1]) by localhost (danube.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uCtxZepkrNAW; Mon, 12 Oct 2009 13:45:25 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by danube.cs.uoguelph.ca (Postfix) with ESMTP id 9927510840BD; Mon, 12 Oct 2009 13:45:25 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n9CHppd03241; Mon, 12 Oct 2009 13:51:51 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Mon, 12 Oct 2009 13:51:51 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Alexander Nedotsukov In-Reply-To: <200910121710.n9CHApOl078521@svn.freebsd.org> Message-ID: References: <200910121710.n9CHApOl078521@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r197995 - in head/kerberos5/lib: libgssapi_krb5 libgssapi_spnego 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: Mon, 12 Oct 2009 17:45:28 -0000 On Mon, 12 Oct 2009, Alexander Nedotsukov wrote: > Author: bland (ports committer) > Date: Mon Oct 12 17:10:51 2009 > New Revision: 197995 > URL: http://svn.freebsd.org/changeset/base/197995 > > Log: > Link GSS mechanics modules against libgssapi so they will not fail due > unresolved symbol errors when in turn libgssapi was loaded with RTLD_LOCAL > flag set (which is the default). > Thanks a lot for dealing with this, rick