summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-03 02:47:39 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-03 02:47:39 +0000
commitc79fc8999c18d1eaade196ddd634d36d98a85a3e (patch)
tree6212e80c8c4d801f854e87e104fe4270eba06513 /eclass/ELT-patches
parentremoved pgadmin3 entry since its problem has been fixed (diff)
downloadgentoo-2-c79fc8999c18d1eaade196ddd634d36d98a85a3e.tar.gz
gentoo-2-c79fc8999c18d1eaade196ddd634d36d98a85a3e.tar.bz2
gentoo-2-c79fc8999c18d1eaade196ddd634d36d98a85a3e.zip
add deplib checking to fix things like glib-1.2
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.