On Mon, Jun 02, 2008 at 12:30:22PM -0700, Alan Coopersmith wrote: > When an ELF object links against a shared library, pkg determines > which package that library is in and adds the dependency automatically. > > Is there a way to specify in distro-import or elsewhere a file that > a package depends on in way that pkg can't detect (such as a system() > or popen() call)?
You can either add a depend action explicitly, or use the depend keyword to add a dependency. There are a handful of examples of this. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
