Commit graph

1 commit

Author SHA1 Message Date
Yuri Victorovich
0ef2ba03c5 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.
2018-09-02 16:40:16 +00:00