Author: aurel32 Date: 2006-03-02 09:24:02 +0000 (Thu, 02 Mar 2006) New Revision: 1286
Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in Log: Put the libraries in /lib64 and (/usr)/lib64 on x86_64, this is where the upstream put 64-bit version of libraries for architectures that can do biarch. Consequences: - the amd64 glibc package on i386 will go directly in /lib64 and (/usr)/lib64 - the path has to be fixed for the native amd64 port. This is already the case in the Debian package (glibc 2.3.6-3). Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure =================================================================== --- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure 2006-03-02 08:31:54 UTC (rev 1285) +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure 2006-03-02 09:24:02 UTC (rev 1286) @@ -201,7 +201,7 @@ /usr | /usr/) # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib case $machine in - sparc/sparc64 | powerpc/powerpc64 | s390/s390-64 | \ + sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \ mips/mips64/n64/* ) libc_cv_slibdir="/lib64" if test "$libdir" = '${exec_prefix}/lib'; then Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in =================================================================== --- trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-03-02 08:31:54 UTC (rev 1285) +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/configure.in 2006-03-02 09:24:02 UTC (rev 1286) @@ -133,7 +133,7 @@ /usr | /usr/) # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib case $machine in - sparc/sparc64 | powerpc/powerpc64 | s390/s390-64 | \ + sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \ mips/mips64/n64/* ) libc_cv_slibdir="/lib64" if test "$libdir" = '${exec_prefix}/lib'; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]