On Mit, 2008-02-06 at 13:33 +0100, Holger Levsen wrote:
> tags 461604 +pending
> thanks
>
> Hi,
>
> make/Makefile.linux includes the following line:
>
> LIBDIR = $(DESTDIR)$(shell if [ "$(ARCH)" = "x86_64" -a -d
> "/usr/lib64" ]; then echo "/usr/lib64"; else echo "/usr/lib"; fi)
>
> To fix http://bugs.debian.org/461604 I'll patch it to:
>
> LIBDIR = $(DESTDIR)/usr/lib
>
> I guess this is generally useful and the above is some
Well, how does the Debian world distinguish 32bit libraries from 64bit
libraries if both of them are installed (for whatever reason)?
> leftover from the early amd64 days. But I don't have an
> amd64, so I have no idea ;-)
To be anal: s/amd64/x86_64/
BTW the Intel name for x86_64 is "em64t".
Bernd
--
Firmix Software GmbH http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
Embedded Linux Development and Services
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]