[EMAIL PROTECTED] wrote: > > Which would mean having to deal with SQLite as a dependency of this > package... >
I have similar problem with ScummVM. I really do not want to deal with all the dependencies and maintain them in Maemo extras repository so I am linking libmad, Tremor, FLAC, libmpeg etc. statically. I don't know how to easily solve static vs dynamic linking flags too so my solution was to compile and install all those libraries inside scratchbox only statically (i.e. no .so, just .a) and point scummvm to them so linker does not find their dynamic libraries at all. Then you don't need to mess with linking flags and package builds fine. Frantisek _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
