Author: aurel32 Date: 2011-07-22 12:27:41 +0000 (Fri, 22 Jul 2011) New Revision: 4808
Modified: glibc-package/trunk/debian/sysdeps/s390x.mk Log: Fix some mistakes in s390x support Modified: glibc-package/trunk/debian/sysdeps/s390x.mk =================================================================== --- glibc-package/trunk/debian/sysdeps/s390x.mk 2011-07-22 11:12:47 UTC (rev 4807) +++ glibc-package/trunk/debian/sysdeps/s390x.mk 2011-07-22 12:27:41 UTC (rev 4808) @@ -1,9 +1,10 @@ -libc_rtlddir = /lib32 +libc_rtlddir = /lib64 -# /lib32 and /usr/lib32 are provided by glibc instead base-files: #259302. +# /lib64 and /usr/lib64 are provided by glibc instead base-files: #259302. define libc6_extra_pkg_install -ln -sf /lib debian/$(curpass)/lib32 -ln -sf lib debian/$(curpass)/usr/lib32 +ln -sf /lib debian/$(curpass)/lib64 +ln -sf lib debian/$(curpass)/usr/lib64 +endef # build 32-bit (s390) alternative library EGLIBC_PASSES += s390 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

