At Sun, 13 Apr 2014 11:50:10 +0200, Julien Kerihuel wrote: > > On 13/04/14 03:12, Jelmer Vernooij wrote: > > > > * build issue involving tm_gmoffset in 'struct tm' on Fedora > > Will you handle http://tracker.openchange.org/issues/432 ?
I just fixed that issue after talking with Jelmer on IRC: https://github.com/openchange/openchange/pull/20 You must never use anything in glibc that starts with two underscores because those macros are solely for internal use by glibc and can be removed when glibc internals change. The proper way to use glibc extensions to ISO C or POSIX is to make sure _GNU_SOURCE is defined. Kind regards, Jeroen Dekkers _______________________________________________ devel mailing list devel@lists.openchange.org http://mailman.openchange.org/listinfo/devel