6d4cdb0810
[Peter: minor fixes] Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
618 B
Makefile
19 lines
618 B
Makefile
#############################################################
|
|
#
|
|
# liblog4c
|
|
#
|
|
#############################################################
|
|
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
|
|
|
|
define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
chmod +x $(@D)/configure
|
|
endef
|
|
|
|
LIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
|
|
$(eval $(autotools-package))
|