GNOME Bugzilla – Bug 104741
cspi library dependencies are broken.
Last modified: 2009-08-15 18:40:50 UTC
the cspi library dependencies aren't getting determined correctly, that is: ldd -r libcspi.so results in lots of undefined symbols from libspi. libspi needs to be listed in cspi's dependencies. THis needs to happen in a way that allows libcspi to pick up libspi at link time. I attach a patch.
this bug is a blocker for some builds, it results in duff binaries :-(
Created attachment 13918 [details] [review] fix to makefile for cspi
Created attachment 13920 [details] [review] corrected patch without extra deltas (pls ignore prev patch)
fixed in CVS.