From 088a01467372a945e7f311678d3cf529cab72dcd Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 3 Oct 2012 17:15:30 +0200 Subject: $SOLARBINDIR is not defined in gbuild, replace with $OUTDIR/bin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise build won't find jsr173_1.0_api.jar, breaking the build when using JDK 1.5 (i.e. Mac PPC and others) Change-Id: I8de0b42d4b14b4da5fe9216515fae94bbfc77b27 Reviewed-on: https://gerrit.libreoffice.org/757 Reviewed-by: Luboš Luňák Tested-by: Luboš Luňák --- saxon/ExternalProject_saxon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saxon') diff --git a/saxon/ExternalProject_saxon.mk b/saxon/ExternalProject_saxon.mk index 03f0b94436fa..a5c983be0b8c 100644 --- a/saxon/ExternalProject_saxon.mk +++ b/saxon/ExternalProject_saxon.mk @@ -32,7 +32,7 @@ $(call gb_ExternalProject_get_state_target,saxon,build) : -Dant.build.javac.target=$(JAVA_TARGET_VER) \ ) \ $(if $(debug),-Dbuild.debug="on") \ - -Dsolarbindir=$(SOLARBINDIR) jar-bj && \ + -Dsolarbindir=$(OUTDIR)/bin jar-bj && \ touch $@ # vim: set noet sw=4 ts=4: -- cgit