I need to compile LGPL licensed code into a proprietary static iOS library. Since the code is used in static library I can't link against a precompiled version of the LGPL licensed library.
How do I go about this, and what do I have to release if I compile it into my lib? I obviously can't release the (whole) proprietary source.
The specific library I am talking about is libical which is licensed under LGPL 2.1 or MPL 1.0.