2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-24 09:19:29 +01:00
|
|
|
#
|
|
|
|
# log4cxx
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-03-24 09:19:29 +01:00
|
|
|
|
|
|
|
LOG4CXX_VERSION = 0.10.0
|
|
|
|
LOG4CXX_SITE = http://archive.apache.org/dist/logging/log4cxx/$(LOG4CXX_VERSION)
|
|
|
|
LOG4CXX_SOURCE = apache-log4cxx-$(LOG4CXX_VERSION).tar.gz
|
|
|
|
LOG4CXX_INSTALL_STAGING = YES
|
|
|
|
LOG4CXX_LICENSE = Apache-2.0
|
|
|
|
LOG4CXX_LICENSE_FILES = LICENSE
|
|
|
|
|
|
|
|
LOG4CXX_CONF_OPT = \
|
|
|
|
--with-apr=$(STAGING_DIR)/usr/bin/apr-1-config \
|
|
|
|
--with-apr-util=$(STAGING_DIR)/usr/bin/apu-1-config
|
|
|
|
|
|
|
|
LOG4CXX_DEPENDENCIES = apr apr-util
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|