From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XtZKD-0005xx-3e for ptxdist@pengutronix.de; Wed, 26 Nov 2014 10:55:53 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XtZKD-00056W-2E for ptxdist@pengutronix.de; Wed, 26 Nov 2014 10:55:53 +0100 Date: Wed, 26 Nov 2014 10:55:53 +0100 From: Michael Olbrich Message-ID: <20141126095553.GE19664@pengutronix.de> References: <1416921928-1969-1-git-send-email-list-09_ptxdist@tqsc.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1416921928-1969-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: Re: [ptxdist] [PATCH] host-open-ssl: fix lib install on 64 Bit host 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 Tue, Nov 25, 2014 at 02:25:28PM +0100, Markus Niebel wrote: > From: Markus Niebel > > openssl installs to lib64 on x84_64 when --libdir is not > given. Set libdir to /lib to have libcrypto and libssl > on the right place. Thanks, applied. Michael > > Signed-off-by: Markus Niebel > --- > rules/host-openssl.make | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/rules/host-openssl.make b/rules/host-openssl.make > index 4ca1ce5..c6ffbed 100644 > --- a/rules/host-openssl.make > +++ b/rules/host-openssl.make > @@ -34,7 +34,8 @@ HOST_OPENSSL_MAKE_PAR := NO > # no ':=' here > HOST_OPENSSL_CONF_OPT = \ > --prefix=/ \ > - --install_prefix=$(HOST_OPENSSL_PKGDIR) > + --install_prefix=$(HOST_OPENSSL_PKGDIR) \ > + --libdir=/lib > HOST_OPENSSL_INSTALL_OPT := \ > install_sw > > -- > 2.1.1 > > > -- > 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