Hello,

Aurelien Jarno wrote:
> Modified:
>    glibc-package/trunk/debian/changelog
>    glibc-package/trunk/debian/rules.d/debhelper.mk
>    glibc-package/trunk/debian/sysdeps/amd64.mk
> Log:
>   * Install the 32-bit libraries in /emul/ia32-linux(/usr)/lib on 
> amd64.

> --- glibc-package/trunk/debian/rules.d/debhelper.mk   2006-02-26 
> 15:02:49 UTC (rev 1240)
> +++ glibc-package/trunk/debian/rules.d/debhelper.mk   2006-02-26 
> 15:05:29 UTC (rev 1241)
> @@ -198,7 +198,7 @@
>         shift; \
>         z=debian/$(libc)-$$x.install; \
>         case $$slibdir in \
> -       /lib32 | /lib64) \
> +       /lib32 | /lib64 | /emul/ia32-linux) \

I did not yet try to build glibc with this patch, but I think 
the last line should be

> +       /lib32 | /lib64 | /emul/ia32-linux/lib) \

because later in the patch you have

> +i386_slibdir = /emul/ia32-linux/lib

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to