From owner-svn-src-head@FreeBSD.ORG Mon Jun 15 16:27:10 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C5A0B87; Mon, 15 Jun 2015 16:27:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 338B29A4; Mon, 15 Jun 2015 16:27:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbzc4 with SMTP id zc4so58585184igb.0; Mon, 15 Jun 2015 09:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bVHhu15h5xIkwjF8J+PsZ2DGWPpbQny4DQaFf8xSJr4=; b=bs9ictb69M/tGN+ABCKg/xTgC/DMov9+yVntN6DYLqL0tp9w4IsWM2Epr/5OeUrXT6 2FXj40MD0Ag6StZ3dHS/KSw37NgonLQVmxX+kewfk2KQIHTvi4DiQoZgwCV0N51CyNsA 5XoNqRu1V0UPCeGUrYVLQxhV3UTmjYCu0IZ3oH0ihG0vzfhd0wV1oiGYL3RR93XjIRGJ YPwgSsIR8pdAusimMShB/HGkRkPx4KfuY6aYLZ2SGxx2I5obp7nlGGvyOsrGvk8myRZX KrR1qgkl//H4+A6XwzVgUOL5U69XUT5M76kdrFgUWBqlF4vlpo+SNF6tP0Z6oUds5GNh rmwQ== MIME-Version: 1.0 X-Received: by 10.107.155.74 with SMTP id d71mr35236123ioe.29.1434385629624; Mon, 15 Jun 2015 09:27:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Mon, 15 Jun 2015 09:27:09 -0700 (PDT) In-Reply-To: <201506151534.t5FFYLi4009100@svn.freebsd.org> References: <201506151534.t5FFYLi4009100@svn.freebsd.org> Date: Mon, 15 Jun 2015 09:27:09 -0700 X-Google-Sender-Auth: yOTJ0IvxgcjlFSXpgCfhPwACVoY Message-ID: Subject: Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/li... From: Adrian Chadd To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Jun 2015 16:27:10 -0000 ... this feels like the wrong solution. A really, really wrong solution. I was just about to use SHLIBDIR overriding for doing something for cross-builds, and now I can't. -adrian