[Pkg-fglrx-devel] r432 - in fglrx-driver/trunk/debian: . dkms

Michael Gilbert michael.s.gilbert at gmail.com
Mon Jul 26 16:20:13 UTC 2010


On Mon, 26 Jul 2010 18:07:48 +0200, Patrick Matthäi wrote:
> Am 26.07.2010 04:58, schrieb Michael Gilbert:
> > Log:
> > fix dkms issue
> 
> > Modified: fglrx-driver/trunk/debian/dkms/dkms.conf.template
> > ===================================================================
> > --- fglrx-driver/trunk/debian/dkms/dkms.conf.template	2010-07-08 16:03:11 UTC (rev 431)
> > +++ fglrx-driver/trunk/debian/dkms/dkms.conf.template	2010-07-26 02:58:45 UTC (rev 432)
> > @@ -1,8 +1,6 @@
> >  PACKAGE_NAME="fglrx"
> >  PACKAGE_VERSION="_VERSION_"
> >  BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
> > -DEST_MODULE_LOCATION[0]="/updates/dkms/"
> > +DEST_MODULE_LOCATION[0]="/updates"
> >  AUTOINSTALL=yes
> > -PRE_BUILD="chmod 0755 ${dkms_tree}/fglrx/_VERSION_/build/2.6.x"
> > -MAKE[0]="pushd ${dkms_tree}/fglrx/_VERSION_/build; sh make.sh --nohints --norootcheck; popd"
> >  CLEAN="rm -f *.*o"
> 
> Uhm? Why did you changed the module_location and how should it build now
> without a dkms make rule?

that is DEST_MODULE_LOCATION that virtualbox uses.  i'm not sure if
that change is actually necessary or not.  i can check.

dkms automatically uses the Makefile that it finds its build directory
when the MAKE[0] command is missing, and one of my other changes was to
put fglrx module's 2.6.x/Makefile into the right location.

i've tested, and these changes do fix the problem.

mike



More information about the Pkg-fglrx-devel mailing list