Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] xorg-modular...

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] xorg-modular...
  • Date: Sat, 17 Dec 2005 10:14:19 -0600

Do you see anything in the changes below to prevent it from being
applied to the glibc spell now. If not should PATCHLEVEL be added to
force a rebuild or just a note or something in the xorg-server spell
about it?

CuZnDragon
Robin Cook

On Sat, 2005-12-17 at 11:29 +0100, Arwed von Merkatz wrote:
> > Also xorg-server didn't compile for me and was told I needed to make the
> > below change. Is this change okay to apply in xorg-server or should it
> > be applied by the glibc spell?
>
> If you want to modify the global file, this should definitely be done in
> the glibc spell.
>
> > Edit /usr/include/sys/kd.h, change:
> > #ifndef _LINUX_TYPES_H
> > #define _LINUX_TYPES_H 1
> > #endif
> >
> > #include <linux/kd.h>
> >
> > (or whatever it is.)
> >
> > to:
> > #ifndef _LINUX_TYPES_H
> > #define _LINUX_TYPES_H 1
> > #define __undef_LINUX_TYPES_H 1
> > #endif
> >
> > #include <linux/kd.h>
> >
> > #ifdef __undef_LINUX_TYPES_H
> > #undef _LINUX_TYPES_H
> > #undef __undef_LINUX_TYPES_H
> > #endif

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page