On Wed, 2009-03-25 at 09:45 +0100, Sebastian Andrzej Siewior wrote:
> The problem here is that it is not just a library. libkatze itself is a
> .a static library which is merged into midori and this is fine. But it
> is also merged into a few add-ons which are .so and that's where you
> need the -fPIC because now the static library becomes suddenly a shared
> library as well.

Then one possible fix is to build it twice, once with -fPIC to use in
shared objects, and once without it for midori.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to