summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-28 10:53:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-11-13 14:51:06 +0000
commitc17f215c613d9da9c0cd30d6597fefcfa37be76e (patch)
treec688cc24c2b67acbc8da3901fe4810d919d8b08c /external
parent313c4d08a1514e38bebb827db5528db29ee801ee (diff)
Apache Commons Logging 1.2 - re-enable the non debug version.
Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44 Reviewed-on: https://gerrit.libreoffice.org/12123 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/apache-commons/ExternalProject_apache_commons_logging.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/apache-commons/ExternalProject_apache_commons_logging.mk b/external/apache-commons/ExternalProject_apache_commons_logging.mk
index afb2f0178d22..ed9e53646f18 100644
--- a/external/apache-commons/ExternalProject_apache_commons_logging.mk
+++ b/external/apache-commons/ExternalProject_apache_commons_logging.mk
@@ -25,7 +25,7 @@ $(call gb_ExternalProject_get_state_target,apache_commons_logging,build) :
,-Dant.build.javac.source=$(JAVA_SOURCE_VER) \
-Dant.build.javac.target=$(JAVA_TARGET_VER) \
) \
- $(if $(debug),-Dbuild.debug="on") \
+ $(if $(debug),-Dcompile.debug="true",-Dcompile.debug="false") \
compile build-jar \
)