mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2025-12-31 02:20:44 +00:00
The TAI library that is used to build the taish_server is using the TAI library framework. TAI libraries that uses the TAI library framework includes symbols of libmetatai.so. Combined with the ld's default behavior (--as-needed), the libmetatai.so was not linked to taish_server. However, taish_server must work with the TAI libraries that don't use the TAI library framework and that don't include the symbols of libmetatai.so. This commit adds --no-as-needed flag to always link libmetatai library to taish_server. Signed-off-by: Wataru Ishida <wataru.ishid@gmail.com>