From: sangwook lee Date: Mon, 6 Mar 2023 09:10:39 +0000 (+0900) Subject: revert it due to dlopen error X-Git-Tag: accepted/tizen/unified/20230307.101620~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7891232447b5ec468b9865c9834607d3758a332;p=sdk%2Ftarget%2Fsdbd.git revert it due to dlopen error Change-Id: I264fe16d3a670159c9f5ff772a737138267def3b Signed-off-by: sangwook lee --- diff --git a/src/plugin.h b/src/plugin.h index 4b44874..72345c6 100755 --- a/src/plugin.h +++ b/src/plugin.h @@ -18,9 +18,8 @@ #define __PLUGIN_H #include "sdbd_plugin.h" -#define STR(R) #R -#define PLUGIN_PATH STR(LIBDIR)"/libsdbd_plugin.so" +#define PLUGIN_PATH "/usr/lib/libsdbd_plugin.so" #define PLUGIN_XML_PATH "/etc/sdbd/commands.xml" extern char* extcmd;