diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch')
-rw-r--r-- | meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch b/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch deleted file mode 100644 index 2d4b7b5..0000000 --- a/meta-openstack/recipes-devtools/erlang/files/erlang-fix-build-issue-in-Yocto.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [The fix is specific to Yocto build env] | ||
2 | |||
3 | Skip host library path check to fix following Yocto insane check issue: | ||
4 | ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | ||
5 | Rerun configure task after fixing this. | ||
6 | |||
7 | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> | ||
8 | |||
9 | --- otp_src_R15B/erts/configure.in.orig 2011-12-14 04:22:11.000000000 -0600 | ||
10 | +++ otp_src_R15B/erts/configure.in 2013-11-19 04:15:33.694334610 -0600 | ||
11 | @@ -1469,10 +1469,10 @@ | ||
12 | # ln -s libdlpi.so.1 $try_dlpi_lib/libdlpi.so | ||
13 | ]) | ||
14 | fi | ||
15 | - LDFLAGS="-L$try_dlpi_lib -R$try_dlpi_lib $LDFLAGS" | ||
16 | - unset -v try_dlpi_lib | ||
17 | - AC_MSG_NOTICE([Extending the search to include /lib]) | ||
18 | - AC_CHECK_LIB(dlpi, dlpi_open) | ||
19 | +# LDFLAGS="-L$try_dlpi_lib -R$try_dlpi_lib $LDFLAGS" | ||
20 | +# unset -v try_dlpi_lib | ||
21 | +# AC_MSG_NOTICE([Extending the search to include /lib]) | ||
22 | +# AC_CHECK_LIB(dlpi, dlpi_open) | ||
23 | if test x"$ac_cv_lib_dlpi_dlpi_open" = x"no"; then | ||
24 | LDFLAGS="$save_ldflags" | ||
25 | fi | ||