Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / erlang / files / erts-configure.in-avoid-RPATH-warning.patch
1 From fe07e40ed72021225fce05dc1557fd83200d4506 Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Mon, 23 Mar 2020 13:00:10 +0800
4 Subject: [PATCH] erts/configure.in: avoid RPATH warning
5
6 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
7 ---
8  erts/configure    | 2 +-
9  erts/configure.in | 2 +-
10  2 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/erts/configure b/erts/configure
13 index 6940143..a70d5a3 100755
14 --- a/erts/configure
15 +++ b/erts/configure
16 @@ -37534,7 +37534,7 @@ fi
17  
18  
19  
20 -std_ssl_locations="/usr/local /usr/sfw /usr /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl"
21 +std_ssl_locations="/usr/local /usr/sfw /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl"
22  
23  
24  # Check whether --with-ssl-zlib or --without-ssl-zlib was given.
25 diff --git a/erts/configure.in b/erts/configure.in
26 index da4bf65..82e7d54 100644
27 --- a/erts/configure.in
28 +++ b/erts/configure.in
29 @@ -3843,7 +3843,7 @@ AC_SUBST(STATIC_KERBEROS_LIBS)
30  AC_SUBST(SSL_LINK_WITH_ZLIB)
31  AC_SUBST(STATIC_ZLIB_LIBS)
32  
33 -std_ssl_locations="/usr/local /usr/sfw /usr /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl"
34 +std_ssl_locations="/usr/local /usr/sfw /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl"
35  
36  AC_ARG_WITH(ssl-zlib,
37  AS_HELP_STRING([--with-ssl-zlib=PATH],
38 -- 
39 2.7.4
40