From: sangwook lee Date: Mon, 6 Mar 2023 09:12:30 +0000 (+0900) Subject: revert it due to dlopen error X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f47ce95d6c29f7934f66c1ac05cf6edb8f5ee0e;p=sdk%2Ftarget%2Fsdbd.git revert it due to dlopen error Change-Id: I2f21bf72b4c941b553b3d646bce427f88413c96d 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;