Comment 16 for bug 1301108

Revision history for this message
Dmitry Shachnev (mitya57) wrote : Re: [Bug 1301108] Re: [MIR] pyqt5

Am 04.04.2014 14:16 schrieb "Dmitry Shachnev" <email address hidden>:
> According to lintian, this is because of fopen(). I can patch it to
> use fopen64() if needed.

I was wrong, fopen() relates to large file support, not PIE.

What do I need to add for PIE support? Is that the same as -fPIC which is
already in compiler flags?