Opened 2 years ago
Closed 2 years ago
#18435 closed enhancement (fixed)
libreoffice-7.6.0.3
| Reported by: | martyj19 | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Attachments (1)
Change History (5)
by , 2 years ago
| Attachment: | libreoffice-7.6.0.3-build_failure-1.patch added |
|---|
comment:1 by , 2 years ago
If building --without-java, there is a reference in cui/source/options/optjava.cxx to jfw_convertUserPathList that is not guarded with HAVE_FEATURE_JAVA and results in a build failure.
The attached patch ifdefs out the whole method where it occurs, since the method SvxJavaClassPathDlg::SetClassPath can't possibly be needed. It may not be the way upstream chooses to fix it but will suffice to work around the build failure.
comment:2 by , 2 years ago
| Milestone: | 12.1 → 12.0 |
|---|
comment:3 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Patch to fix build failure with --disable-java