You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is needed to catch -fPIC flag to build and link libmsgpuck.a
statically from the submodule to easily build and test the connector.
Dynamic linking under a cmake option is needed too for packaging, but is
not implemented here. See tarantool#107 for more info.
Closestarantool#96.
Needed for tarantool#107.
It is needed to catch -fPIC flag to build and link libmsgpuck.a
statically from the submodule to easily build and test the connector.
Dynamic linking under a cmake option is needed too for packaging, but is
not implemented here. See #107 for more info.
Closes#96.
Needed for #107.
Because trying to install libmsgpuck.so within a tarantool-c package can clash with system-wide msgpuck package.
The text was updated successfully, but these errors were encountered: