From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 07 May 2021 08:08:10 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1letek-0003tM-P4 for lore@lore.pengutronix.de; Fri, 07 May 2021 08:08:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1letek-0001WS-He; Fri, 07 May 2021 08:08:10 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1letdj-0001Lh-SO; Fri, 07 May 2021 08:07:07 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1letdj-0002Id-Am; Fri, 07 May 2021 08:07:07 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1letdj-00GYsL-7o; Fri, 07 May 2021 08:07:07 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 7 May 2021 08:07:07 +0200 Message-Id: <20210507060707.3947266-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210426212152.19976-1-christian.melki@t2data.com> References: <20210426212152.19976-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] openssl: Use CROSS_LIB_DIR. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c7cc9947310d21466e4f25b31d989570992c3706. Michael [sent from post-receive hook] On Fri, 07 May 2021 08:07:07 +0200, Christian Melki wrote: > Instead of using static paths, resolve them instead. > > Signed-off-by: Christian Melki > Message-Id: <20210426212152.19976-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/openssl.make b/rules/openssl.make > index f8d07b4722c6..492bac3e1b1b 100644 > --- a/rules/openssl.make > +++ b/rules/openssl.make > @@ -65,8 +65,8 @@ endif > # > OPENSSL_CONF_OPT := \ > --prefix=/usr \ > - --libdir=/usr/lib \ > - --openssldir=/usr/lib/ssl \ > + --libdir=/usr/$(CROSS_LIB_DIR) \ > + --openssldir=/usr/$(CROSS_LIB_DIR)/ssl \ > shared \ > $(call ptx/ifdef, PTXCONF_OPENSSL_CRYPTODEV, enable-devcryptoeng, no-devcryptoeng) \ > no-idea \ > @@ -106,7 +106,7 @@ ifdef PTXCONF_OPENSSL_BIN > endif > > @$(call install_alternative, openssl, 0, 0, 0644, \ > - /usr/lib/ssl/openssl.cnf) > + /usr/$(CROSS_LIB_DIR)/ssl/openssl.cnf) > > @$(call install_lib, openssl, 0, 0, 0644, libssl) > @$(call install_lib, openssl, 0, 0, 0644, libcrypto) _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de