K 10 svn:author V 4 yuri K 8 svn:date V 27 2018-09-02T16:40:16.665023Z K 7 svn:log V 373 graphics/py-open3d-python: Fix build failure on 12 12 has the failure: /usr/local/bin/ld: /usr/bin/../lib/LLVMgold.so: error loading plugin: Cannot open "/usr/bin/../lib/LLVMgold.so" c++: error: linker command failed with exit code 1 (use -v to see invocation) that is triggered by the -flto argument. It isn't supplied on 11. Add patch that eliminates -flto altogether. END