• Alain Takoudjou's avatar
    component/python-2.7: compile with fPIC flag · 9b9962bf
    Alain Takoudjou authored
    wxPython component require python static lib to be compiled with fPIC else
    it raise this error:
    
    ld: ${PYTHON_DIR}/lib/python2.7/config/libpython2.7.a(pythonrun.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
    ...
    collect2: error: ld returned 1 exit status
    9b9962bf
buildout.cfg 3.24 KB