Skip to content
Snippets Groups Projects
Commit df643b12dd7c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

apply patch from Björn Wiberg fixing build on AIX and closing bug #332173

* libexslt/date.c: apply patch from Björn Wiberg fixing build on AIX
  and closing bug #332173
Daniel

svn path=/trunk/; revision=1437
parent c8521c7aa920
Branches
No related tags found
No related merge requests found
Thu Aug 23 11:47:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
* libexslt/date.c: apply patch from Bjrn Wiberg fixing build on AIX
and closing bug #332173
Fri Aug 3 15:49:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
* win32/Makefile.msvc win32/configure.js: apply patch from
......
......@@ -29,5 +29,6 @@
#endif
#if HAVE_LOCALTIME_R /* _POSIX_SOURCE required by gnu libc */
#ifndef _AIX51 /* but on AIX we're not using gnu libc */
#define _POSIX_SOURCE
#endif
......@@ -32,5 +33,6 @@
#define _POSIX_SOURCE
#endif
#endif
#include <libxml/tree.h>
#include <libxml/xpath.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment