• [^] # Re: Et le plus important...

    Posté par . En réponse au journal Mandriva Linux Limited Edition 2005 released. Évalué à 2.

    Du paquet Mandriva :
    %changelog
    * Thu Feb 17 2005 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.7-1mdk
    - sync with fedora

    * Wed Dec 22 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.6-1mdk
    - 1.6

    * Wed Jun 02 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.4-1mdk
    - 1.4

    * Wed Feb 11 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.3-1mdk
    - First Mandrake Linux package


    Il y a un patch :
    --- setarch-1.3/setarch.c.linux64 2003年09月02日 14:14:37.000000000 +0200
    +++ setarch-1.3/setarch.c 2004年02月11日 12:21:12.085952030 +0100
    @@ -25,6 +25,9 @@ set_arch(const char *pers, unsigned long
    char *target_arch, *result_arch;
    } transitions[] = {
    {PER_LINUX32, "linux32", NULL},
    +#if defined(__LP64__)
    + {PER_LINUX, "linux64", NULL},
    +#endif
    #if defined(__powerpc__) || defined(__powerpc64__)
    {PER_LINUX32, "ppc32", "ppc"},
    {PER_LINUX32, "ppc", "ppc"},


    Impressionnant.