< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate-users] Patches we apply....


I thought I would share the other patches we currently apply to version 1.7, not sure if they are of interest to anyone.

A reminder, we are building on Solaris 5.10 64bit with gcc 4.3.3

The first patch is the one raised in the previous message, we disable the assert on line 302 of rutil/Random.cxx, as RAND_MAX has no bearing on random().

We patch rutil/Log.cxx, and change line 24 from:
Log::ThreadData Log::mDefaultLoggerData(0, Log::Cout, Log::Info, NULL, NULL);
to
Log::ThreadData Log::mDefaultLoggerData(0, Log::Cout, Log::Err, NULL, NULL);

This is suppress the 'local hostname does not contain a domain part' message that appears on stdout before we can redirect logging output to our own logging module.

The third patch we apply is to build/Makefile.pkg

We add lib/ to the SSL_LOCATION for libssl.a and libcrytpo.a, as our installation puts the ssl libs into their own directory.

Cheers,
Stuart.