[csw-devel] SF.net SVN: gar:[18511] csw/mgar/pkg/pilotlink/trunk/Makefile

Maciej (Matchek) Bliziński maciej at opencsw.org
Thu Jun 28 10:40:30 CEST 2012


2012/6/27 Peter FELECAN <pfelecan at opencsw.org>:
> *here*  libintl.so.8 =>  /opt/csw/lib/libintl.so.8
> *here*  libiconv.so.2 =>         /opt/csw/lib/libiconv.so.2

These libraries are loaded, but they immediate dependencies. If you
have something like this:

foo → libfoo.so.1 → libbar.so.2

Then you need to declare the dependency from CSWfoo to CSWlibfoo1, and
CSwlibfoo1 to CSWlibbar2, but not from CSWfoo to CSWlibbar2. In other
words, checkpkg tells you the right thing, and you shouldn't need to
add any overrides.


More information about the devel mailing list