Opened 20 months ago
Closed 20 months 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.
Change History (5)
by , 20 months ago
Attachment: | libreoffice-7.6.0.3-build_failure-1.patch added |
---|
comment:1 by , 20 months ago
If building with --disable-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.
Version 0, edited 20 months ago by (next)
comment:2 by , 20 months ago
Milestone: | 12.1 → 12.0 |
---|
comment:3 by , 20 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 20 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix build failure with --disable-java