summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-22 20:10:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-22 20:10:49 +0000
commit7e431013c34e2f7264a4f3d1381d9bb977c50eb7 (patch)
treeb473c7f8295e529289fe898352fb13e72a3bb842
parentAdded to ~ppc. (Manifest recommit) (diff)
downloadgentoo-2-7e431013c34e2f7264a4f3d1381d9bb977c50eb7.tar.gz
gentoo-2-7e431013c34e2f7264a4f3d1381d9bb977c50eb7.tar.bz2
gentoo-2-7e431013c34e2f7264a4f3d1381d9bb977c50eb7.zip
also patch older 1.2 ltconfigs
-rw-r--r--eclass/ELT-patches/uclibc/ltconfig-1.2.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/eclass/ELT-patches/uclibc/ltconfig-1.2.patch b/eclass/ELT-patches/uclibc/ltconfig-1.2.patch
new file mode 100644
index 000000000000..75f7e4c0fc4b
--- /dev/null
+++ b/eclass/ELT-patches/uclibc/ltconfig-1.2.patch
@@ -0,0 +1,35 @@
+--- ltconfig.uclibc 2004-01-14 22:07:42.000000000 +0100
++++ ltconfig 2004-03-10 15:43:37.000000000 +0100
+@@ -603,6 +603,7 @@
+ # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
+ case $host_os in
+ linux-gnu*) ;;
++linux-uclibc*) ;;
+ linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
+ esac
+
+@@ -1259,6 +1260,24 @@
+ fi
+ ;;
+
++linux-uclibc*)
++ version_type=linux
++ need_lib_prefix=no
++ need_version=no
++ library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major $libname.so'
++ soname_spec='${libname}${release}.so.$major'
++ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
++ shlibpath_var=LD_LIBRARY_PATH
++ shlibpath_overrides_runpath=no
++ # This implies no fast_install, which is unacceptable.
++ # Some rework will be needed to allow for fast_install
++ # before this can be enabled.
++ # Note: copied from linux-gnu, and may not be appropriate.
++ hardcode_into_libs=yes
++ # Assume using the uClibc dynamic linker.
++ dynamic_linker="uClibc ld.so"
++ ;;
++
+ netbsd* | openbsd*)
+ version_type=sunos
+ library_names_spec='${libname}${release}.so.$versuffix'