Author: aurel32 Date: 2011-08-24 18:04:49 +0000 (Wed, 24 Aug 2011) New Revision: 4925
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/sysdeps/s390x.mk Log: * Change libc_rtlddir to /lib on s390x. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2011-08-24 10:35:06 UTC (rev 4924) +++ glibc-package/trunk/debian/changelog 2011-08-24 18:04:49 UTC (rev 4925) @@ -1,6 +1,6 @@ eglibc (2.13-19) UNRELEASED; urgency=low - * + * Change libc_rtlddir to /lib on s390x. -- Aurelien Jarno <[email protected]> Wed, 24 Aug 2011 12:34:56 +0200 Modified: glibc-package/trunk/debian/sysdeps/s390x.mk =================================================================== --- glibc-package/trunk/debian/sysdeps/s390x.mk 2011-08-24 10:35:06 UTC (rev 4924) +++ glibc-package/trunk/debian/sysdeps/s390x.mk 2011-08-24 18:04:49 UTC (rev 4925) @@ -1,4 +1,4 @@ -libc_rtlddir = /lib64 +libc_rtlddir = /lib # 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]

