mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
New package liblog4c-localtime
[Peter: minor fixes] Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
464e88c8bd
commit
6d4cdb0810
@ -485,6 +485,7 @@ source "package/poco/Config.in"
|
|||||||
source "package/protobuf/Config.in"
|
source "package/protobuf/Config.in"
|
||||||
source "package/schifra/Config.in"
|
source "package/schifra/Config.in"
|
||||||
source "package/startup-notification/Config.in"
|
source "package/startup-notification/Config.in"
|
||||||
|
source "package/liblog4c-localtime/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Text and terminal handling"
|
menu "Text and terminal handling"
|
||||||
|
11
package/liblog4c-localtime/Config.in
Normal file
11
package/liblog4c-localtime/Config.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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/
|
18
package/liblog4c-localtime/liblog4c-localtime.mk
Normal file
18
package/liblog4c-localtime/liblog4c-localtime.mk
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# 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…
x
Reference in New Issue
Block a user