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
cmake -DBUILD_SHARED_LIBS=ON fails but building static works. I'm not an expert, but I'm guessing something gets stripped out of libgit.so which isn't stripped out when it's libgit.a
For whatever reason, gentoo builds everything with -DBUILD_SHARED_LIBS=ON, and this fixes building with that parameter. It may not be enough if at some point trunk-recorder wants to actually be a shared library, but for now it seems to work correctly.
cmake -DBUILD_SHARED_LIBS=ON
fails but building static works. I'm not an expert, but I'm guessing something gets stripped out of libgit.so which isn't stripped out when it's libgit.aThe text was updated successfully, but these errors were encountered: