To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54657
------- Additional comments from [EMAIL PROTECTED] Sat Feb 18 17:38:56 -0800 2006 ------- sparcmoz: does following patch works for you? Index: berkeleydb/makefile.mk =============================================================== ==== RCS file: /cvs/external/berkeleydb/makefile.mk,v retrieving revision 1.30 diff -u -r1.30 makefile.mk --- berkeleydb/makefile.mk 13 Jan 2006 16:23:55 -0000 1.30 +++ berkeleydb/makefile.mk 19 Feb 2006 02:08:09 -0000 @@ -86,6 +86,10 @@ CONFIGURE_FLAGS=--disable-cxx --enable-dynamic --enable-shared --enable-compat185 .IF "$(SOLAR_JAVA)"!="" CONFIGURE_FLAGS+=--enable-java +.IF "$(JDK)"=="gcj" +JAVA:=$(JAVAINTERPRETER) +.EXPORT : JAVA +.ENDIF .ENDIF BUILD_DIR=$(CONFIGURE_DIR) --------------------------------------------------------------------- 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]
