K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-04-14T10:45:32.169652Z K 7 svn:log V 386 math/z3: fix build on powerpc with clang Add -fPIC to CXXFLAGS: ld: error: relocation R_PPC_ADDR16_HA cannot be used against local symbol; recompile with -fPIC >>> defined in api/dll/gparams_register_modules.o >>> referenced by gparams_register_modules.cpp >>> api/dll/gparams_register_modules.o:(gparams_register_modules()) Adding -Wl,-znotext to LDFLAGS doesn't help. END