summaryrefslogtreecommitdiff
path: root/saxon
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2012-10-03 17:15:30 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-03 15:58:01 +0000
commit088a01467372a945e7f311678d3cf529cab72dcd (patch)
treef3e94ec8bfc0ecedc759230116b10614d9d4a235 /saxon
parentc4008ef54630b560792aa288437db1179ad96095 (diff)
$SOLARBINDIR is not defined in gbuild, replace with $OUTDIR/bin
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 <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'saxon')
-rw-r--r--saxon/ExternalProject_saxon.mk2
1 files changed, 1 insertions, 1 deletions
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: