From 120e333a67aa75b41bbd38c5f807e727b5175282 Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 9 May 2022 13:10:04 +0530 Subject: [PATCH] libtrace: Fix iterative compilation --- libtrace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtrace/Makefile b/libtrace/Makefile index 5620fad27..f83c8d96e 100644 --- a/libtrace/Makefile +++ b/libtrace/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtrace -PKG_VERSION:=3.0.22 +PKG_VERSION:=3.0.23 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git