From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SBl2x-0003Zp-Rs for ptxdist@pengutronix.de; Sun, 25 Mar 2012 12:51:39 +0200 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1SBl2x-0006ma-Qe for ptxdist@pengutronix.de; Sun, 25 Mar 2012 12:51:39 +0200 Date: Sun, 25 Mar 2012 12:51:39 +0200 From: Michael Olbrich Message-ID: <20120325105139.GC27119@pengutronix.de> References: <1332616028-32312-1-git-send-email-linux@bohmer.net> <1332616028-32312-6-git-send-email-linux@bohmer.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1332616028-32312-6-git-send-email-linux@bohmer.net> Subject: Re: [ptxdist] [PATCH 6/8 v3] [x86_64, multilib] Install Util-linux-ng libraries at the right place Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Sat, Mar 24, 2012 at 08:07:06PM +0100, Remy Bohmer wrote: > Notice that CROSS_AUTOCONF_USR contains --libdir=/usr/lib{,64} setting. > We want this library in /lib{,64} so we override this setting here > explicitly. Does it break anything if we don't do this? I don't think anybody ever cared what ends up in / and what in /usr. I wouldn't mind installing these in /usr/lib. Michael > Signed-off-by: Remy Bohmer > --- > v2: no changes since v1 > v3: no changes since v2 > > rules/util-linux-ng.make | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make > index d9a3651..45bb9c2 100644 > --- a/rules/util-linux-ng.make > +++ b/rules/util-linux-ng.make > @@ -45,6 +45,7 @@ UTIL_LINUX_NG_ENV := \ > # > UTIL_LINUX_NG_AUTOCONF := \ > $(CROSS_AUTOCONF_USR) \ > + --libdir=/$(CROSS_LIB_DIR) \ > --enable-shared \ > --disable-static \ > --disable-gtk-doc \ > -- > 1.7.5.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de