On Sunday 12 October 2008 19:01, shadzik wrote: > --- SPECS/kernel-vanilla.spec:1.170 Sun Oct 12 17:26:03 2008 > +++ SPECS/kernel-vanilla.spec Sun Oct 12 18:01:34 2008 > @@ -25,13 +25,13 @@ > %define have_oss 1 > %define have_pcmcia 1 > %define have_sound 1 > -%define have_drm 1 > +#%define have_drm 1
you can't "comment out" rpm define this way. you should use %% to disable the define (or just remove it). -- glen _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
