Thanks, applied as c7cc9947310d21466e4f25b31d989570992c3706. Michael
[sent from post-receive hook] On Fri, 07 May 2021 08:07:07 +0200, Christian Melki <[email protected]> wrote: > Instead of using static paths, resolve them instead. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
