Description: Backport fix for link failure on ppc64el with O3 optimization
 Will not be needed after Cyphesis 0.6.2
Origin: https://github.com/worldforge/cyphesis/commit/14a054622b64b9c15cf9b69d6e4d348ed096c385
Last-Update: 2016-08-29

--- a/common/globals.cpp
+++ b/common/globals.cpp
@@ -170,6 +170,7 @@
 }
 
 template int readConfigItem<bool>(const std::string & section, const std::string & key, bool & storage);
+template int readConfigItem<int>(const std::string & section, const std::string & key, int & storage);
 
 /// \brief Base class for handling varconf options declared inline.
 class Option {
