From 8f76dbbe8eb924a7529ef4dca8574701a0c32899 Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Thu, 22 Dec 2022 14:51:35 +0900 Subject: [PATCH] Fix library path for aarch64 Change-Id: I3f7f03fc8fb861efab7afdbe02e856962067c8c7 Signed-off-by: Changgyu Choi --- parser/component/src/component_plugin_parser_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/component/src/component_plugin_parser_db.c b/parser/component/src/component_plugin_parser_db.c index b8cc8e4..4a44057 100644 --- a/parser/component/src/component_plugin_parser_db.c +++ b/parser/component/src/component_plugin_parser_db.c @@ -32,7 +32,7 @@ #include "component_plugin_parser_db.h" #include "component_plugin_parser_private.h" -#define LIBCAPI_SYSTEM_INFO "/usr/lib/libcapi-system-info.so.0" +#define LIBCAPI_SYSTEM_INFO LIBDIR"/libcapi-system-info.so.0" #define BUSY_WAITING_USEC 50000 #define BUSY_WAITING_MAX 40 -- 2.7.4