| Summary: | NetBSD build is broken with wrong LD_LIBRARY_PATH | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Ryo ONODERA <ryo> |
| Component: | LibreOffice | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | 4.3.0.0.alpha0+ Master | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | NetBSD | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Fix NetBSD build | ||
The following commit fix this problem. https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=02e0be069e57e724c51f23e2e31b77657a6a1d3d |
Created attachment 96967 [details] Fix NetBSD build LibreOffice 4 NetBSD build fails with wrong LD_LIBRARY_PATH. LD_LIBRARY_PATH setting in solenv/gbuild/platform/NETBSD_INTEL_GCC.mk and solenv/gbuild/platform/NETBSD_X86_64_GCC.mk is not needed. Attached patch should fix amd64 (x86_64) and i386 build.