summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/uclibc/ltconfig-1.2.patch3
-rw-r--r--eclass/ELT-patches/uclibc/ltconfig-1.3.patch6
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ELT-patches/uclibc/ltconfig-1.2.patch b/eclass/ELT-patches/uclibc/ltconfig-1.2.patch
index 75f7e4c0fc4b..bbc6bc96571b 100644
--- a/eclass/ELT-patches/uclibc/ltconfig-1.2.patch
+++ b/eclass/ELT-patches/uclibc/ltconfig-1.2.patch
@@ -8,7 +8,7 @@
linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
esac
-@@ -1259,6 +1260,24 @@
+@@ -1259,6 +1260,25 @@
fi
;;
@@ -21,6 +21,7 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
++ deplibs_check_method=pass_all
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.
diff --git a/eclass/ELT-patches/uclibc/ltconfig-1.3.patch b/eclass/ELT-patches/uclibc/ltconfig-1.3.patch
index 8eebcdf6dcb3..0a5a9ead8f0c 100644
--- a/eclass/ELT-patches/uclibc/ltconfig-1.3.patch
+++ b/eclass/ELT-patches/uclibc/ltconfig-1.3.patch
@@ -8,7 +8,7 @@
linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
esac
-@@ -1259,6 +1260,24 @@
+@@ -1259,6 +1260,28 @@
dynamic_linker='GNU/Linux ld.so'
;;
@@ -21,6 +21,10 @@
+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
++ # deplibs_check_method=pass_all
++ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
++ file_magic_cmd=/usr/bin/file
++ file_magic_test_file=`echo /lib/libuClibc-*.so`
+ # This implies no fast_install, which is unacceptable.
+ # Some rework will be needed to allow for fast_install
+ # before this can be enabled.