From 5523e87d9d643ae6b399df681f636004a6d3370a Mon Sep 17 00:00:00 2001 From: Mikhail Kashkarov Date: Fri, 20 Dec 2019 16:20:51 +0300 Subject: [PATCH] Update pkgconfig lib flags according to Trusted UI code update libutee: remove Trusted UI code Removes all the TUI-related code from libutee (lib/libutee/tui), as well as its dependencies: lib/libpng and lib/libzlib. Two reasons for this: 1. This is far from being a complete and testable TUI implementation. In other words, it is dead code, more or less. 2. lib/libzlib (version 1.2.8) contains several CVE vulnerabilities. Even if the code is not used, it may trigger some code analysis tools and is a problem for some projects. https://github.com/OP-TEE/optee_os/commit/be5c06caa42db2c7c59eca9311f5485c15a99029 Signed-off-by: Mikhail Kashkarov --- pkgconfig/ta-devkit.pc.optee.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfig/ta-devkit.pc.optee.in b/pkgconfig/ta-devkit.pc.optee.in index fde15fa..db3b663 100644 --- a/pkgconfig/ta-devkit.pc.optee.in +++ b/pkgconfig/ta-devkit.pc.optee.in @@ -6,5 +6,5 @@ includedir=${prefix}/include Name: optee-ta-devkit Description: OpTEE TA development kit Version: @PKGCFG_VERSION@ -Libs.private: -L${libdir} -lutee -lpng -lzlib -lutils -lmpa -lutee -lutils -lgcc_eh +Libs.private: -L${libdir} -lutee -lutils -lmpa -lutee -lutils -lgcc_eh Cflags: -I${includedir}/ -- 2.34.1