From ffd9ad17e24b2a863a74c85190b81228fb7fd0b7 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Tue, 28 Jun 2022 11:27:47 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ dectmngr ] ------------------------------------------------------------------------------- * ffda80f Makefile: Add -fcommon to CFLAGS * 0c66498 Fix compilation with 64-bit time_t * a7b0f52 Fix inconsistent/misleading indentation * a8d2418 ListAccess sqlite: Ignore false return-local-addr warning ------------------------------------------------------------------------------- commit ffda80f40b5703f07570a2892522d5dded84b63a Author: Andreas Gnau Date: 2022-06-28 08:11:28 +0000 Makefile: Add -fcommon to CFLAGS Base directory -> / app/Makefile | 5 +++++ 1 file changed, 5 insertions(+) ------------------------------------------------------------------------------- commit 0c6649890007e457e4df8cf41961798dde018cb8 Author: Andreas Gnau Date: 2022-06-28 08:04:03 +0000 Fix compilation with 64-bit time_t Base directory -> / app/ListAccess/ListsApp.c | 13 +++++++------ app/tcx_hostlog.c | 9 +++++---- app/tcx_log.c | 5 +++-- 3 files changed, 15 insertions(+), 12 deletions(-) ------------------------------------------------------------------------------- commit a7b0f52f7f3d2f18d7723fa6cf581572d718f382 Author: Andreas Gnau Date: 2022-06-28 07:57:18 +0000 Fix inconsistent/misleading indentation Base directory -> / app/appcmbs/appcmbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit a8d24182c0d58eb72ce1adde5e0ef903c381a11e Author: Andreas Gnau Date: 2022-06-28 07:48:12 +0000 ListAccess sqlite: Ignore false return-local-addr warning Base directory -> / app/ListAccess/sqlite3.c | 3 +++ 1 file changed, 3 insertions(+) ------------------------------------------------------------------------------- --- dectmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dectmngr/Makefile b/dectmngr/Makefile index cbff07329..61aec6291 100644 --- a/dectmngr/Makefile +++ b/dectmngr/Makefile @@ -14,7 +14,7 @@ LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/dectmngr.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=56435633a6b4f711ccfe7a4a6917b506d71ed3b4 +PKG_SOURCE_VERSION:=ffda80f40b5703f07570a2892522d5dded84b63a PKG_MIRROR_HASH:=skip endif