GNOME Bugzilla – Bug 752233
sexp: Eliminate some global variables which broke static linking
Last modified: 2015-07-29 11:14:50 UTC
Trivial patch attached.
Created attachment 307237 [details] [review] sexp: Eliminate some global variables which broke static linking Compiling EDS with --disable-shared was broken due to several global variables being declared with the same names, and not being declared static. Fix that by eliminating the unused ones and making the rest static.
Review of attachment 307237 [details] [review]: Looks fine, please commit to master. If you wish, then you can do gnome-3-16 as well. Please see the notation how the commit logs look like in the evolution(-data-server) before committing and use it too (mainly the first line, should be "Bug 752233 - ....").
Comment on attachment 307237 [details] [review] sexp: Eliminate some global variables which broke static linking Committed to master with a modified commit message.
Committed to gnome-3-16 as well.