2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-10 08:29:34 +02:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# liblog4c-localtime
|
2013-05-10 08:29:34 +02:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2013-05-10 08:29:34 +02:00
|
|
|
LIBLOG4C_LOCALTIME_VERSION = 1.0
|
|
|
|
LIBLOG4C_LOCALTIME_SITE = https://github.com/rcmadruga/log4c-localtime/tarball/v$(LIBLOG4C_LOCALTIME_VERSION)
|
|
|
|
LIBLOG4C_LOCALTIME_INSTALL_STAGING = YES
|
|
|
|
LIBLOG4C_LOCALTIME_CONF_OPT = --disable-expattest
|
|
|
|
LIBLOG4C_LOCALTIME_DEPENDENCIES = expat
|
2013-05-10 08:29:35 +02:00
|
|
|
LIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config
|
2012-10-11 01:34:26 +02:00
|
|
|
|
|
|
|
define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
|
|
chmod +x $(@D)/configure
|
|
|
|
endef
|
|
|
|
|
|
|
|
LIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|