Commit 9a1ced27 authored by Tom Lane's avatar Tom Lane

Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0's

problem.  Per recent discussions about plperl failing to build on Linux.
parent b02d3aae
/* Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#if defined(__i386__)
typedef unsigned char slock_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment