Loading package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -485,6 +485,7 @@ source "package/poco/Config.in" source "package/protobuf/Config.in" source "package/schifra/Config.in" source "package/startup-notification/Config.in" source "package/liblog4c-localtime/Config.in" endmenu menu "Text and terminal handling" Loading package/liblog4c-localtime/Config.in 0 → 100644 +11 −0 Original line number Diff line number Diff line config BR2_PACKAGE_LIBLOG4C_LOCALTIME bool "liblog4c-localtime" select BR2_PACKAGE_EXPAT help Log4c is a library of C for flexible logging to files, syslog and other destinations. This version is with localtime patch, to make lib show times in local timezone. https://github.com/rcmadruga/log4c-localtime http://log4c.sourceforge.net/ package/liblog4c-localtime/liblog4c-localtime.mk 0 → 100644 +18 −0 Original line number Diff line number Diff line ############################################################# # # 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)) Loading
package/Config.in +1 −0 Original line number Diff line number Diff line Loading @@ -485,6 +485,7 @@ source "package/poco/Config.in" source "package/protobuf/Config.in" source "package/schifra/Config.in" source "package/startup-notification/Config.in" source "package/liblog4c-localtime/Config.in" endmenu menu "Text and terminal handling" Loading
package/liblog4c-localtime/Config.in 0 → 100644 +11 −0 Original line number Diff line number Diff line config BR2_PACKAGE_LIBLOG4C_LOCALTIME bool "liblog4c-localtime" select BR2_PACKAGE_EXPAT help Log4c is a library of C for flexible logging to files, syslog and other destinations. This version is with localtime patch, to make lib show times in local timezone. https://github.com/rcmadruga/log4c-localtime http://log4c.sourceforge.net/
package/liblog4c-localtime/liblog4c-localtime.mk 0 → 100644 +18 −0 Original line number Diff line number Diff line ############################################################# # # 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))