To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=62716 Issue #:|62716 Summary:|Build without java is broken Component:|porting Version:|OOo 2.0.2 Platform:|All URL:| OS/Version:|Linux Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|mh Reported by:|pmladek
------- Additional comments from [EMAIL PROTECTED] Thu Mar 2 06:43:22 -0800 2006 ------- The build without java is not possible now. It is because configure sets the variable SOLAR_JAVA to "" when the option --without-java is used. Then the variable SOLAR_JAVA is explicitely unset in the generated profiles Linux*Set* Unfortunatelly, many of solenv/inc/unxlng*.mk files include this line: --- cut solenv/inc/unxlngppc4.mk --- SOLAR_JAVA*=TRUE --- cut solenv/inc/unxlngppc4.mk --- So, the variable is set to TRUE when it is not undefined. The result is that it is impossible to disable java. I'll attach a patch that fixed the problem on ppc. I am not sure if it is the right fix, so I did not make a patch for all affected solenv/inc/*.mk files. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
