diff options
author | Ned Ludd <solar@gentoo.org> | 2004-06-20 02:56:56 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-06-20 02:56:56 +0000 |
commit | 21faed02c7b6299200675126852df6adc3857456 (patch) | |
tree | 2bdf34b3bab08af97c9e98c4d051ce4077392b44 /sys-libs/db/files | |
parent | Stable on sparc (diff) | |
download | historical-21faed02c7b6299200675126852df6adc3857456.tar.gz historical-21faed02c7b6299200675126852df6adc3857456.tar.bz2 historical-21faed02c7b6299200675126852df6adc3857456.zip |
added IUSE=uclibc support for building portage with uclibc support
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r-- | sys-libs/db/files/db-4.1.25-uclibc.patch | 29 | ||||
-rw-r--r-- | sys-libs/db/files/digest-db-4.1.25_p1-r4 | 2 |
2 files changed, 31 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-4.1.25-uclibc.patch b/sys-libs/db/files/db-4.1.25-uclibc.patch new file mode 100644 index 000000000000..91f3216003d5 --- /dev/null +++ b/sys-libs/db/files/db-4.1.25-uclibc.patch @@ -0,0 +1,29 @@ +--- dist/configure.mps 2004-03-03 18:35:23.000000000 +0100 ++++ dist/configure 2004-03-03 18:35:57.000000000 +0100 +@@ -5065,7 +5065,7 @@ + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-gnu*|linux-uclibc*) + case $host_cpu in + alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + lt_cv_deplibs_check_method=pass_all ;; +@@ -6331,7 +6331,7 @@ + + # Transform linux* to *-*-linux-gnu*, to support old configure scripts. + case $host_os in +-linux-gnu*) ;; ++linux-gnu*|linux-uclibc*) ;; + linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` + esac + +@@ -7953,7 +7953,7 @@ + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-gnu*|linux-uclibc*) + version_type=linux + need_lib_prefix=no + need_version=no diff --git a/sys-libs/db/files/digest-db-4.1.25_p1-r4 b/sys-libs/db/files/digest-db-4.1.25_p1-r4 new file mode 100644 index 000000000000..4f81c12b1c1e --- /dev/null +++ b/sys-libs/db/files/digest-db-4.1.25_p1-r4 @@ -0,0 +1,2 @@ +MD5 df71961002b552c0e72c6e4e358f27e1 db-4.1.25.tar.gz 3080234 +MD5 1e073d12cd89f9345e281ca07368f74b patch.4.1.25.1 610 |