> for example, the package fltk, i need it with opengl
> and i'm not sure if the
> spec file takes it into account, so i need to
> replace:
> ./configure
> by
> ./configure --enable-gl
> so in this case, do i have to create a new spec file
> or just change the existing one?

I suggest finding out what package delivers fltk and adding a Requires line to 
the spec file.

For example, if SUNWfltk contains fltk, add the following line to your spec 
file:
  Requires: SUNWfltk
Then SUNWfltk will have to be installed to build the package. It will also be 
required before people install your package.
 
 
This message posted from opensolaris.org

Reply via email to