diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-04 08:35:00 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-04 09:22:08 +0200 |
commit | b041f920d3156b686b5b66125200da104530d892 (patch) | |
tree | 4df5ed94c948c4dd6926b2680b2545624133d6bd /apache-commons | |
parent | 3c68b623660d43ef22141f46dec465f0c56859e8 (diff) |
commons-logging uses tomcat, so it should depend on it
Change-Id: Ic0ad26494081c58c01a4f8ecd004d0c289a704e8
Diffstat (limited to 'apache-commons')
-rw-r--r-- | apache-commons/ExternalProject_apache_commons_logging.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_logging.mk b/apache-commons/ExternalProject_apache_commons_logging.mk index fce2635a3e82..bc5b18b13372 100644 --- a/apache-commons/ExternalProject_apache_commons_logging.mk +++ b/apache-commons/ExternalProject_apache_commons_logging.mk @@ -14,6 +14,13 @@ $(eval $(call gb_ExternalProject_ExternalProject,apache_commons_logging)) $(eval $(call gb_ExternalProject_use_unpacked,apache_commons_logging,apache_commons_logging)) +# TODO: this should go into RepositoryExternal.mk +ifeq ($(SYSTEM_TOMCAT),YES) +$(eval $(call gb_ExternalProject_use_packages,apache_commons_logging,\ + tomcat_inc \ +)) +endif + $(eval $(call gb_ExternalProject_register_targets,apache_commons_logging,\ build \ )) |