Only use -fPIC when compiling the shared object.
authornorly <ny-git@enpas.org>
Wed, 26 Jun 2013 23:46:07 +0000 (00:46 +0100)
committernorly <ny-git@enpas.org>
Wed, 26 Jun 2013 23:46:07 +0000 (00:46 +0100)
We can only use position-dependent global variables (R_*_COPY) in
injected code, not the position-independent R_*_GLOB_DAT as used in
shared objects.
And being able to modify the tool itself turns out to be a cool thing to
be able to.


No differences found