Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81896 Details for
Bug 125793
glibc-2.4 fails on non-multilib amd64 systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
glibc-2.4-gentoo-libdir.patch
glibc-2.4-gentoo-libdir.patch (text/plain), 1.15 KB, created by
Ryan Hill (RETIRED)
on 2006-03-10 23:12:14 UTC
(
hide
)
Description:
glibc-2.4-gentoo-libdir.patch
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2006-03-10 23:12:14 UTC
Size:
1.15 KB
patch
obsolete
>diff -Naur glibc-2.4-orig/sysdeps/unix/sysv/linux/configure glibc-2.4/sysdeps/unix/sysv/linux/configure >--- glibc-2.4-orig/sysdeps/unix/sysv/linux/configure 2006-03-11 00:54:02.000000000 -0600 >+++ glibc-2.4/sysdeps/unix/sysv/linux/configure 2006-03-11 01:05:37.000000000 -0600 >@@ -229,23 +229,12 @@ > *) sysroot="";; > esac > >- # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib. >- # Allow earlier configure scripts to handle libc_cv_slibdir, libdir, >- # and libc_cv_localedir. >- test -n "$libc_cv_slibdir" || \ >- case $machine in >- sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64) >- libc_cv_slibdir="${sysroot}/lib64" >+ libc_cv_slibdir="/@GENTOO_LIBDIR@" > if test "$libdir" = '${exec_prefix}/lib'; then >- libdir='${exec_prefix}/lib64'; >+ libdir='${exec_prefix}/@GENTOO_LIBDIR@' > # Locale data can be shared between 32bit and 64bit libraries > libc_cv_localedir='${exec_prefix}/lib/locale' > fi >- ;; >- *) >- libc_cv_slibdir="${sysroot}/lib" >- ;; >- esac > # Allow the user to override the path with --sysconfdir > if test $sysconfdir = '${prefix}/etc'; then > libc_cv_sysconfdir="${sysroot}/etc"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125793
: 81896